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

Tracks the rotation of a GameObject in euler angles. More...

Inheritance diagram for Signals.Extras.Utility.EulerAnglesTracker:

Properties

Signal< Vector3 > 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 in euler angles.

Property Documentation

◆ Local

bool Signals.Extras.Utility.EulerAnglesTracker.Local
getset

True to track local instead of global rotation.

◆ Signal

Signal<Vector3> Signals.Extras.Utility.EulerAnglesTracker.Signal
getset

The signal that keeps track of the rotation.

◆ TrackOnFixedUpdate

bool Signals.Extras.Utility.EulerAnglesTracker.TrackOnFixedUpdate
getset

Track on FixedUpdate?

◆ TrackOnLateUpdate

bool Signals.Extras.Utility.EulerAnglesTracker.TrackOnLateUpdate
getset

Track on LateUpdate?

◆ TrackOnUpdate

bool Signals.Extras.Utility.EulerAnglesTracker.TrackOnUpdate
getset

Track on Update?


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