![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
Individual tween spec. More...

Public Member Functions | |
| Tween () | |
| Ctor. | |
| Tween (Tween other) | |
| Constructor that makes a copy. | |
Public Attributes | |
| string | m_TweenName |
| The name of this tween spec. | |
| EaseTarget | m_EaseTarget = EaseTarget.Position |
| The type of operation. | |
| Vector3 | m_EndScale = new(2, 2, 1) |
| The end size for the sprite when tweening scale. | |
| Color | m_EndColor = Color.white |
| Ending color. | |
| Vector3 | m_EndRotation = Vector3.zero |
| Ending rotation. | |
| Vector3 | m_EndPosition = Vector3.zero |
| Ending position. | |
| float | m_Duration = 1f |
| Duration of the tween or sequence. | |
| TpEasingFunction.Ease | m_EaseFunction = TpEasingFunction.Ease.Linear |
| Easing type. | |
| LoopType | m_LoopType = LoopType.None |
| Loop type. | |
| int | m_LoopCount = -1 |
| Loop count. -1 is infinite. | |
| MatrixHints | m_MatrixHints |
| Hints to the system when using "matrix" EaseTargets. | |
| TpEasingFunction.Ease | m_EaseRotation = TpEasingFunction.Ease.Linear |
| Easing type for rotation (Matrix tweens only) | |
| TpEasingFunction.Ease | m_EaseScale = TpEasingFunction.Ease.Linear |
| Easing type for scale (Matrix tweens only) | |
| bool | m_Initialized |
| internal use only. It's not a mistake: used by property drawer. DONT DELETE | |
Individual tween spec.
| TilePlus.TpTweenSpec.Tween.Tween | ( | ) |
Ctor.
| TilePlus.TpTweenSpec.Tween.Tween | ( | Tween | other | ) |
Constructor that makes a copy.
| other | instance to copy |
m_Initialized is false.
| float TilePlus.TpTweenSpec.Tween.m_Duration = 1f |
Duration of the tween or sequence.
This can be zero, which should be assumed is an error
| TpEasingFunction.Ease TilePlus.TpTweenSpec.Tween.m_EaseFunction = TpEasingFunction.Ease.Linear |
Easing type.
| TpEasingFunction.Ease TilePlus.TpTweenSpec.Tween.m_EaseRotation = TpEasingFunction.Ease.Linear |
Easing type for rotation (Matrix tweens only)
| TpEasingFunction.Ease TilePlus.TpTweenSpec.Tween.m_EaseScale = TpEasingFunction.Ease.Linear |
Easing type for scale (Matrix tweens only)
| EaseTarget TilePlus.TpTweenSpec.Tween.m_EaseTarget = EaseTarget.Position |
The type of operation.
| Color TilePlus.TpTweenSpec.Tween.m_EndColor = Color.white |
Ending color.
| Vector3 TilePlus.TpTweenSpec.Tween.m_EndPosition = Vector3.zero |
Ending position.
| Vector3 TilePlus.TpTweenSpec.Tween.m_EndRotation = Vector3.zero |
Ending rotation.
| Vector3 TilePlus.TpTweenSpec.Tween.m_EndScale = new(2, 2, 1) |
The end size for the sprite when tweening scale.
| bool TilePlus.TpTweenSpec.Tween.m_Initialized |
internal use only. It's not a mistake: used by property drawer. DONT DELETE
| int TilePlus.TpTweenSpec.Tween.m_LoopCount = -1 |
Loop count. -1 is infinite.
| LoopType TilePlus.TpTweenSpec.Tween.m_LoopType = LoopType.None |
Loop type.
| MatrixHints TilePlus.TpTweenSpec.Tween.m_MatrixHints |
Hints to the system when using "matrix" EaseTargets.
| string TilePlus.TpTweenSpec.Tween.m_TweenName |
The name of this tween spec.