![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
This is the complete list of members for TilePlus.TpTweener, including all inherited members.
| AcceptableMessages | TilePlus.IScriptableService | |
| CanPollForDetails() | TilePlus.TpTweener | virtual |
| CopyTweener(long id) | TilePlus.TpTweener | |
| Create() | TilePlus.ScriptableRuntimeService< T > | protectedstatic |
| CreateDelayTween(float duration, long sequenceId) | TilePlus.TpTweener | |
| CreateGoTween(GameObject? gameObject, Action< TpTween, float >? gameObjectAction, TpEasingFunction.Ease ease, float duration, long sequenceId=0L, LoopType loopType=LoopType.None, int numLoops=-1, Action< TpTween >? onFinished=null, Action< TpTween, float >? onRewindOrPingPong=null, Action< TpTween >? onLoopEnded=null, Action< TpTween, float >? onUpdate=null) | TilePlus.TpTweener | |
| CreateGoTweenFromSpec(GameObject go, TpGoTweenSpec.GoTween goTweenSpec, long sequenceId=0L, float timeScale=0f, Action< TpTween >? onFinished=null, Action< TpTween, float >? onRewindOrPingPong=null, Action< TpTween >? onLoopEnded=null, Action< TpTween, float >? onUpdate=null) | TilePlus.TpTweener | |
| CreateSequence(string sName, int size=2, int numLoops=0, bool isGameObjectSequence=false, Action< TpTweenSequence, bool >? onFinished=null, Action< TpTweenSequence, TpTween >? onNextTween=null) | TilePlus.TpTweener | |
| CreateSequenceFromGoSpec(TpGoTweenSpec goTweenSpec, GameObject go, int[]? indices=null, int numLoops=0, Action< TpTweenSequence, bool >? onFinished=null, Action< TpTweenSequence, TpTween >? onNextTween=null, float timeScale=0f) | TilePlus.TpTweener | |
| CreateSequenceFromSpec(TilePlusBase tpb, TpTweenSpec tweenSpec, int[]? indices=null, int numLoops=0, Action< TpTweenSequence, bool >? onFinished=null, Action< TpTweenSequence, TpTween >? onNextTween=null, float timeScale=0f) | TilePlus.TpTweener | |
| CreateTween(TilePlusBase tpb, Vector3 endValue, Color endColor, Matrix4x4 endMatrix, TpEasingFunction.Ease ease, EaseTarget easeTarget, float duration, long sequenceId=0L, LoopType loopType=LoopType.None, int numLoops=-1, Action< TpTween >? onFinished=null, Action< TpTween, float >? onRewindOrPingPong=null, Action< TpTween >? onLoopEnded=null, Action< TpTween, float >? onUpdate=null, MatrixHints matrixHints=MatrixHints.None, TpEasingFunction.Ease? matrixRotEase=null, TpEasingFunction.Ease? matrixScaleEase=null) | TilePlus.TpTweener | |
| CreateTweenFromSpec(TilePlusBase tpb, TpTweenSpec.Tween tweenSpec, long sequenceId=0L, float timeScale=0f, Action< TpTween >? onFinished=null, Action< TpTween, float >? onRewindOrPingPong=null, Action< TpTween >? onLoopEnded=null, Action< TpTween, float >? onUpdate=null) | TilePlus.TpTweener | |
| DeletePendingSequence(long sequenceId) | TilePlus.TpTweener | |
| Details(int length=-1) | TilePlus.TpTweener | virtual |
| Diagnostics | TilePlus.TpTweener | |
| EaseTarget enum name | TilePlus.TpTweener | |
| GameObjectColor(GameObject go, Color? startValue, Color endValue, float duration, TpEasingFunction.Ease ease, long sequenceId=0L, LoopType loopType=LoopType.None, int numLoops=-1, Action< TpTween >? onFinished=null, Action< TpTween, float >? onRewindOrPingPong=null, Action< TpTween >? onLoopEnded=null, Action< TpTween, float >? onUpdate=null) | TilePlus.TpTweener | |
| GameObjectPositionBezierTween(GameObject go, Vector3[] points, float duration, long sequenceId=0L, LoopType loopType=LoopType.None, int numLoops=-1, Action< TpTween >? onFinished=null, Action< TpTween, float >? onRewindOrPingPong=null, Action< TpTween >? onLoopEnded=null, Action< TpTween, float >? onUpdate=null) | TilePlus.TpTweener | |
| GameObjectTrs(GameObjTweenEaseTarget easeTarget, GameObject go, Vector3? startValue, Vector3 endValue, float duration, TpEasingFunction.Ease ease, Action< TpTween, float >? customGameObjectAction=null, long sequenceId=0L, LoopType loopType=LoopType.None, int numLoops=-1, Action< TpTween >? onFinished=null, Action< TpTween, float >? onRewindOrPingPong=null, Action< TpTween >? onLoopEnded=null, Action< TpTween, float >? onUpdate=null) | TilePlus.TpTweener | |
| GameObjTweenEaseTarget enum name | TilePlus.TpTweener | |
| GetInfoOnAllRunningSequences(ref List< string > info, int max) | TilePlus.TpTweener | |
| GetInfoOnAllRunningTweens(ref List< string > info, int max) | TilePlus.TpTweener | |
| GetSequenceInfo(long id) | TilePlus.TpTweener | |
| GetTween(long id) | TilePlus.TpTweener | |
| GetTweenFromSequence(long sequenceId, long tweenId) | TilePlus.TpTweener | |
| GetTweenInfo(long id) | TilePlus.TpTweener | |
| HasAnyRunningTweenForTiles(TilePlusBase[] tiles) | TilePlus.TpTweener | |
| HasRunningTweenForTile(TilePlusBase tile) | TilePlus.TpTweener | |
| HasSequenceForTile(TilePlusBase tile, bool both=true) | TilePlus.TpTweener | |
| HasTweensOrSequences | TilePlus.TpTweener | |
| IsRunningTween(long id) | TilePlus.TpTweener | |
| KillRunningSequence(long sequenceId) | TilePlus.TpTweener | |
| KillTween(long id) | TilePlus.TpTweener | |
| LoopType enum name | TilePlus.TpTweener | |
| MatrixHints enum name | TilePlus.TpTweener | |
| MessageTarget(ObjectPacket packet) | TilePlus.IScriptableService | |
| NumActiveSequences | TilePlus.TpTweener | |
| NumActiveTweens | TilePlus.TpTweener | |
| OnDisable() | TilePlus.TpTweener | virtual |
| OnEnable() | TilePlus.TpTweener | virtual |
| PendingSequenceAsAwaitable(long id) | TilePlus.TpTweener | |
| PeristThruReload | TilePlus.IScriptableService | |
| PlaySequence(TilePlusBase? parent, long sequenceId) | TilePlus.TpTweener | |
| ResetSequencer() | TilePlus.TpTweener | |
| ResetTweener(bool complete=false) | TilePlus.TpTweener | |
| SafeMode | TilePlus.TpTweener | |
| ServiceName | TilePlus.ScriptableRuntimeService< T > | |
| Status() | TilePlus.TpTweener | virtual |
| ToString() | TilePlus.ScriptableRuntimeService< T > | |
| TweenAsAwaitable(long id) | TilePlus.TpTweener |