Class E_UnboundCoroutine_I
Inheritance
E_UnboundCoroutine_I
Assembly: WeaverCore.Editor.dll
Syntax
public class E_UnboundCoroutine_I : UnboundCoroutine_I, IImplementation
Properties
|
Edit this page
View Source
DT
Declaration
public override float DT { get; }
Property Value
Overrides
|
Edit this page
View Source
Static_DT
Declaration
public static float Static_DT { get; }
Property Value
Methods
|
Edit this page
View Source
Start(IEnumerator)
Declaration
public override UnboundCoroutine Start(IEnumerator routine)
Parameters
Returns
Overrides
|
Edit this page
View Source
Stop(UnboundCoroutine)
Declaration
public override void Stop(UnboundCoroutine routine)
Parameters
Overrides
Implements
Extension Methods