Search Results for

    Show / Hide Table of Contents

    Class Synchronization

    Synchronization events for use in SMs.

    Inheritance
    System.Object
    Synchronization
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Danmokou.SM
    Assembly: cs.temp.dll.dll
    Syntax
    public static class Synchronization

    Methods

    Delay(Single, Synchronizer)

    Wait for the synchronization event, and then wait some number of seconds.

    Declaration
    public static Synchronizer Delay(float time, Synchronizer synchr)
    Parameters
    Type Name Description
    System.Single time
    Danmokou.SM.Synchronizer synchr
    Returns
    Type Description
    Danmokou.SM.Synchronizer

    Time(GCXF<Single>)

    Wait for some number of seconds.

    Declaration
    public static Synchronizer Time(GCXF<float> time)
    Parameters
    Type Name Description
    GCXF<System.Single> time
    Returns
    Type Description
    Danmokou.SM.Synchronizer
    In This Article
    Back to top Generated by DocFX