Search Results for

    Show / Hide Table of Contents

    Class SAOffsetHandler

    Inheritance
    System.Object
    SummonAlongHandler
    SAOffsetHandler
    Inherited Members
    SummonAlongHandler.Angle(GenCtx, V2RV2, V2RV2)
    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.Danmaku.Patterns
    Assembly: cs.temp.dll.dll
    Syntax
    public class SAOffsetHandler : SummonAlongHandler

    Constructors

    SAOffsetHandler(SAAngle, GCXF<Single>, GCXF<Vector2>)

    Declaration
    public SAOffsetHandler(SAAngle sah, GCXF<float> offsetAngle, GCXF<Vector2> nextLocation)
    Parameters
    Type Name Description
    SAAngle sah
    GCXF<System.Single> offsetAngle
    GCXF<Vector2> nextLocation

    Methods

    Locate(GenCtx)

    Declaration
    public override Vector2 Locate(GenCtx gcx)
    Parameters
    Type Name Description
    GenCtx gcx
    Returns
    Type Description
    Vector2
    Overrides
    SummonAlongHandler.Locate(GenCtx)
    In This Article
    Back to top Generated by DocFX