Show / Hide Table of Contents

Class E_UnboundCoroutine_I

Inheritance
object
UnboundCoroutine_I
E_UnboundCoroutine_I
Implements
IImplementation
Namespace: WeaverCore.Editor.Implementations
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
Type Description
float
Overrides
UnboundCoroutine_I.DT
| Edit this page View Source

Static_DT

Declaration
public static float Static_DT { get; }
Property Value
Type Description
float

Methods

| Edit this page View Source

Start(IEnumerator)

Declaration
public override UnboundCoroutine Start(IEnumerator routine)
Parameters
Type Name Description
IEnumerator routine
Returns
Type Description
UnboundCoroutine
Overrides
UnboundCoroutine_I.Start(IEnumerator)
| Edit this page View Source

Stop(UnboundCoroutine)

Declaration
public override void Stop(UnboundCoroutine routine)
Parameters
Type Name Description
UnboundCoroutine routine
Overrides
UnboundCoroutine_I.Stop(UnboundCoroutine)

Implements

IImplementation

Extension Methods

ReflectionUtilities.ReflectCallMethod(object, string, object[], BindingFlags)
ReflectionUtilities.ReflectGetField(object, string, BindingFlags)
ReflectionUtilities.ReflectGetMethod(object, string, BindingFlags)
ReflectionUtilities.ReflectGetProperty(object, string, BindingFlags)
ReflectionUtilities.ReflectSetField(object, string, object, BindingFlags)
ReflectionUtilities.ReflectSetProperty(object, string, object, BindingFlags)
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾