QuaternionVariable
Class in Zigurous.Architecture
Inherits from ScriptableVariable<T>
Declaration
public class QuaternionVariable : ScriptableVariable<Quaternion>Description
A Quaternion variable saved as a ScriptableObject.
Properties
| value | The value of the variable. |
Inherited
Properties
| defaultValue | The default value of the variable. |
Inherited
Methods
| ResetToDefault | Resets the value to its default value. |