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

Public Member Functions | |
| GoTween () | |
| Ctor. | |
| GoTween (GoTween other) | |
| Constructor that makes a copy. | |
Public Attributes | |
| string | m_TweenName |
| The name of this tween spec. | |
| TpTweener.GameObjTweenEaseTarget | m_EaseTarget = TpTweener.GameObjTweenEaseTarget.Position |
| The type of operation. | |
| Vector3 | m_EndScale = new(2, 2, 1) |
| The end size for the GameObject 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. | |
| TpTweener.LoopType | m_LoopType = TpTweener.LoopType.None |
| Loop type. | |
| int | m_LoopCount = -1 |
| Loop count. -1 is infinite. | |
| bool | m_Initialized |
| internal use only. It's not a mistake: used by property drawer. DONT DELETE | |
Individual tween spec.
| TilePlus.TpGoTweenSpec.GoTween.GoTween | ( | ) |
Ctor.
| TilePlus.TpGoTweenSpec.GoTween.GoTween | ( | GoTween | other | ) |
Constructor that makes a copy.
| other | instance to copy |
m_Initialized is false.
| float TilePlus.TpGoTweenSpec.GoTween.m_Duration = 1f |
Duration of the tween or sequence.
This can be zero, which should be assumed is an error
| TpEasingFunction.Ease TilePlus.TpGoTweenSpec.GoTween.m_EaseFunction = TpEasingFunction.Ease.Linear |
Easing type.
| TpTweener.GameObjTweenEaseTarget TilePlus.TpGoTweenSpec.GoTween.m_EaseTarget = TpTweener.GameObjTweenEaseTarget.Position |
The type of operation.
| Color TilePlus.TpGoTweenSpec.GoTween.m_EndColor = Color.white |
Ending color.
| Vector3 TilePlus.TpGoTweenSpec.GoTween.m_EndPosition = Vector3.zero |
Ending position.
| Vector3 TilePlus.TpGoTweenSpec.GoTween.m_EndRotation = Vector3.zero |
Ending rotation.
| Vector3 TilePlus.TpGoTweenSpec.GoTween.m_EndScale = new(2, 2, 1) |
The end size for the GameObject when tweening scale.
| bool TilePlus.TpGoTweenSpec.GoTween.m_Initialized |
internal use only. It's not a mistake: used by property drawer. DONT DELETE
| int TilePlus.TpGoTweenSpec.GoTween.m_LoopCount = -1 |
Loop count. -1 is infinite.
| TpTweener.LoopType TilePlus.TpGoTweenSpec.GoTween.m_LoopType = TpTweener.LoopType.None |
Loop type.
| string TilePlus.TpGoTweenSpec.GoTween.m_TweenName |
The name of this tween spec.