Sinespace Client  2023.2.17543
Client-side scripting for Sinespace
SineSpace.Scripting.Client.STween Class Reference
Inheritance diagram for SineSpace.Scripting.Client.STween:
ScriptClass< T > ScriptClassWrapper< T >

Public Member Functions

override void Initialise (SScript runtime, object wrapper)
 
void Tween (float from, float to, float duration, Closure callback)
 
void Cancel (bool callOnComplete=false)
 
- Public Member Functions inherited from ScriptClass< T >
void ReportError (string error, bool fatal, UnityEngine.Object target=null)
 
- Public Member Functions inherited from ScriptClassWrapper< T >
override void Initialise (SScript runtime, object wrapper)
 

Additional Inherited Members

- Protected Member Functions inherited from ScriptClass< T >
void Initialise (SScript runtime)
 
- Properties inherited from ScriptClass< T >
override bool Alive [get]
 Return if the component is alive. More...
 
virtual bool Alive [get]
 
DynValue CachedData [get, set]
 
- Properties inherited from ScriptClassWrapper< T >
_wrap [get]
 

Member Function Documentation

◆ Cancel()

void SineSpace.Scripting.Client.STween.Cancel ( bool  callOnComplete = false)

◆ Initialise()

override void SineSpace.Scripting.Client.STween.Initialise ( SScript  runtime,
object  wrapper 
)
virtual

Implements ScriptClass< T >.

◆ Tween()

void SineSpace.Scripting.Client.STween.Tween ( float  from,
float  to,
float  duration,
Closure  callback 
)