C# Class AlignmentTracker, bootcamp-example-project

Inheritance: MonoBehaviour
Afficher le fichier Open project: oyvind-stromsvik/bootcamp-example-project Class Usage Examples

Méthodes publiques

Свойство Type Description
fixedUpdate bool

Méthodes publiques

Méthode Description
Awake ( ) : void
ControlledFixedUpdate ( ) : void
ControlledLateUpdate ( ) : void

Private Methods

Méthode Description
CalculateAngularVelocity ( Quaternion, prev, Quaternion, current ) : Vector3,
UpdateTracking ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

ControlledFixedUpdate() public méthode

public ControlledFixedUpdate ( ) : void
Résultat void

ControlledLateUpdate() public méthode

public ControlledLateUpdate ( ) : void
Résultat void

Property Details

fixedUpdate public_oe property

public bool fixedUpdate
Résultat bool