UnitySignals
Signals for Unity3D
Loading...
Searching...
No Matches
Signals.Extras.Utility.RotationTracker Class Reference

Tracks the rotation of a GameObject. More...

Inheritance diagram for Signals.Extras.Utility.RotationTracker:

Properties

Signal< Quaternion > Signal [get, set]
 The signal that keeps track of the rotation.
 
bool Local [get, set]
 True to track local instead of global rotation.
 
bool TrackOnUpdate [get, set]
 Track on Update?
 
bool TrackOnLateUpdate [get, set]
 Track on LateUpdate?
 
bool TrackOnFixedUpdate [get, set]
 Track on FixedUpdate?
 

Detailed Description

Tracks the rotation of a GameObject.

Property Documentation

◆ Local

bool Signals.Extras.Utility.RotationTracker.Local
getset

True to track local instead of global rotation.

◆ Signal

Signal<Quaternion> Signals.Extras.Utility.RotationTracker.Signal
getset

The signal that keeps track of the rotation.

◆ TrackOnFixedUpdate

bool Signals.Extras.Utility.RotationTracker.TrackOnFixedUpdate
getset

Track on FixedUpdate?

◆ TrackOnLateUpdate

bool Signals.Extras.Utility.RotationTracker.TrackOnLateUpdate
getset

Track on LateUpdate?

◆ TrackOnUpdate

bool Signals.Extras.Utility.RotationTracker.TrackOnUpdate
getset

Track on Update?


The documentation for this class was generated from the following file: