TilePlus Version 5
Unity3D Tilemap Extension
Loading...
Searching...
No Matches
TilePlus.TpTweener Member List

This is the complete list of members for TilePlus.TpTweener, including all inherited members.

AcceptableMessagesTilePlus.IScriptableService
CanPollForDetails()TilePlus.TpTweenervirtual
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.TpTweenervirtual
DiagnosticsTilePlus.TpTweener
EaseTarget enum nameTilePlus.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 nameTilePlus.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
HasTweensOrSequencesTilePlus.TpTweener
IsRunningTween(long id)TilePlus.TpTweener
KillRunningSequence(long sequenceId)TilePlus.TpTweener
KillTween(long id)TilePlus.TpTweener
LoopType enum nameTilePlus.TpTweener
MatrixHints enum nameTilePlus.TpTweener
MessageTarget(ObjectPacket packet)TilePlus.IScriptableService
NumActiveSequencesTilePlus.TpTweener
NumActiveTweensTilePlus.TpTweener
OnDisable()TilePlus.TpTweenervirtual
OnEnable()TilePlus.TpTweenervirtual
PendingSequenceAsAwaitable(long id)TilePlus.TpTweener
PeristThruReloadTilePlus.IScriptableService
PlaySequence(TilePlusBase? parent, long sequenceId)TilePlus.TpTweener
ResetSequencer()TilePlus.TpTweener
ResetTweener(bool complete=false)TilePlus.TpTweener
SafeModeTilePlus.TpTweener
ServiceNameTilePlus.ScriptableRuntimeService< T >
Status()TilePlus.TpTweenervirtual
ToString()TilePlus.ScriptableRuntimeService< T >
TweenAsAwaitable(long id)TilePlus.TpTweener