Interface IHeadController
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
public interface IHeadController
- Extension Methods
Properties
PitchOffset
float PitchOffset { get; set; }
Property Value
YawOffset
float YawOffset { get; set; }
Property Value
Methods
OnFrame(float)
void OnFrame(float dt)
Parameters
dtfloat