Packages |
package | Core |
Classes |
class | PlugInt |
| Plugin for the tweening of number values only through integers. More...
|
class | PlugQuaternion |
| Default plugin for the tweening of Quaternion objects. More...
|
class | PlugSetColor |
| Plugin for the tweening of the color of your choice. Used for changing material colors different from the default one (like _SpecColor or _Emission). Target for this tween must be of type Material. More...
|
class | PlugSetFloat |
| Plugin for the tweening of the float of your choice. Used for changing material floats. Target for this tween must be of type Material. More...
|
class | PlugString |
| Plugin for the tweening of strings. More...
|
class | PlugVector3Path |
| Plugin for the tweening of Vector3 objects along a Vector3 path. More...
|
class | PlugVector3X |
| Plugin for the tweening of only the X value of Vector3 objects. More...
|
class | PlugVector3Y |
| Plugin for the tweening of only the Y value of Vector3 objects. More...
|
class | PlugVector3Z |
| Plugin for the tweening of only the Z value of Vector3 objects. More...
|