Search Results for

    Show / Hide Table of Contents

    Class AngleLimitsDef

    Angle limit properties.

    Inheritance
    object
    AngleLimitsDef
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Common.Physics2D
    Assembly: Evergine.Common.dll
    Syntax
    public class AngleLimitsDef

    Fields

    EnableLimits

    A flag to enable the joint limits.

    Declaration
    public bool EnableLimits
    Field Value
    Type Description
    bool

    LowerAngle

    The lower angle for the joint limit (radians).

    Declaration
    public float LowerAngle
    Field Value
    Type Description
    float

    UpperAngle

    The upper angle for the joint limit (radians).

    Declaration
    public float UpperAngle
    Field Value
    Type Description
    float

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX