Show / Hide Table of Contents

Class UnboundCoroutine_I

Inheritance
object
UnboundCoroutine_I
E_UnboundCoroutine_I
Implements
IImplementation
Namespace: WeaverCore.Implementations
Assembly: WeaverCore.dll
Syntax
public abstract class UnboundCoroutine_I : IImplementation

Properties

| Edit this page View Source

DT

Declaration
public abstract float DT { get; }
Property Value
Type Description
float

Methods

| Edit this page View Source

Start(IEnumerator)

Declaration
public abstract UnboundCoroutine Start(IEnumerator routine)
Parameters
Type Name Description
IEnumerator routine
Returns
Type Description
UnboundCoroutine
| Edit this page View Source

Stop(UnboundCoroutine)

Declaration
public abstract void Stop(UnboundCoroutine routine)
Parameters
Type Name Description
UnboundCoroutine routine

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
☀
☾