C# Class AlignmentTracker, bootcamp-example-project

Inheritance: MonoBehaviour
显示文件 Open project: oyvind-stromsvik/bootcamp-example-project Class Usage Examples

Public Properties

Property Type Description
fixedUpdate bool

Public Methods

Method Description
Awake ( ) : void
ControlledFixedUpdate ( ) : void
ControlledLateUpdate ( ) : void

Private Methods

Method Description
CalculateAngularVelocity ( Quaternion, prev, Quaternion, current ) : Vector3,
UpdateTracking ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

ControlledFixedUpdate() public method

public ControlledFixedUpdate ( ) : void
return void

ControlledLateUpdate() public method

public ControlledLateUpdate ( ) : void
return void

Property Details

fixedUpdate public_oe property

public bool fixedUpdate
return bool