Search Results for

    Show / Hide Table of Contents

    Class SoftcullProperties

    Inheritance
    System.Object
    SoftcullProperties
    Implements
    System.IEquatable<SoftcullProperties>
    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 class SoftcullProperties : IEquatable<SoftcullProperties>

    Constructors

    SoftcullProperties(String, String)

    Declaration
    public SoftcullProperties(string target, string dflt)
    Parameters
    Type Name Description
    System.String target
    System.String dflt

    SoftcullProperties(Vector2, Single, Single, Single, String, String)

    Declaration
    public SoftcullProperties(Vector2 center, float advance, float minDist, float maxDist, string target, string dflt = null)
    Parameters
    Type Name Description
    Vector2 center
    System.Single advance
    System.Single minDist
    System.Single maxDist
    System.String target
    System.String dflt

    Fields

    sendToC

    Declaration
    public readonly bool sendToC
    Field Value
    Type Description
    System.Boolean

    Properties

    advance

    Declaration
    public float advance { get; set; }
    Property Value
    Type Description
    System.Single

    autocullTarget

    Declaration
    public string autocullTarget { get; }
    Property Value
    Type Description
    System.String

    center

    Declaration
    public Vector2 center { get; }
    Property Value
    Type Description
    Vector2

    DefaultPool

    Declaration
    public string DefaultPool { get; }
    Property Value
    Type Description
    System.String

    maxDist

    Declaration
    public float maxDist { get; }
    Property Value
    Type Description
    System.Single

    minDist

    Declaration
    public float minDist { get; }
    Property Value
    Type Description
    System.Single

    Methods

    AdvanceTime(Vector2)

    Declaration
    public float AdvanceTime(Vector2 location)
    Parameters
    Type Name Description
    Vector2 location
    Returns
    Type Description
    System.Single

    OverTimeDefault(Vector2, Single, Single, Single, String, String)

    Declaration
    public static SoftcullProperties OverTimeDefault(Vector2 center, float advance, float minDist, float maxDist, string target = null, string dflt = null)
    Parameters
    Type Name Description
    Vector2 center
    System.Single advance
    System.Single minDist
    System.Single maxDist
    System.String target
    System.String dflt
    Returns
    Type Description
    SoftcullProperties

    SynchronousDefault(Vector2, Single, Single, Single, String, String)

    Declaration
    public static SoftcullProperties SynchronousDefault(Vector2 center, float advance, float minDist, float maxDist, string target = null, string dflt = null)
    Parameters
    Type Name Description
    Vector2 center
    System.Single advance
    System.Single minDist
    System.Single maxDist
    System.String target
    System.String dflt
    Returns
    Type Description
    SoftcullProperties

    Implements

    System.IEquatable<T>
    In This Article
    Back to top Generated by DocFX