![]() |
Makinom
2.21.0
API Documentation
|
Classes | |
class | Color |
class | Float |
class | Quaternion |
class | Vector2 |
class | Vector3 |
Public Member Functions | |
virtual float | UpdateFloat (float start, float distance, float elapsedTime, float duration) |
virtual Interpolation.FloatInstance | CreateFloat () |
virtual Interpolation.Vector2Instance | CreateVector2 () |
virtual Interpolation.Vector3Instance | CreateVector3 () |
virtual Interpolation.QuaternionInstance | CreateQuaternion () |
virtual Interpolation.ColorInstance | CreateColor () |
![]() | |
virtual DataObject | GetData () |
Gets a GamingIsLove.Makinom.DataObject representing the class. More... | |
virtual void | SetData (DataObject data) |
Sets the variables of the class using a GamingIsLove.Makinom.DataObject. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for the field defined using the settingAutoSetup option of the GamingIsLove.Makinom.EditorInfoAttribute. More... | |
virtual bool | IsType (string type) |
Checks if the setting is of a defined type. More... | |
virtual string | GetGenericTypeName () |
Protected Member Functions | |
virtual Interpolation.FloatInstance | CreateFloatInternal< T > (T settings) |
virtual Interpolation.Vector2Instance | CreateVector2Internal< T > (T settings) |
virtual Interpolation.Vector3Instance | CreateVector3Internal< T > (T settings) |
virtual Interpolation.QuaternionInstance | CreateQuaternionInternal< T > (T settings) |
virtual Interpolation.ColorInstance | CreateColorInternal< T > (T settings) |