Search Results for

    Show / Hide Table of Contents

    Class LimitsDef

    Motor properties definition.

    Inheritance
    object
    LimitsDef
    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 LimitsDef

    Fields

    EnableLimits

    A flag to enable the joint limits.

    Declaration
    public bool EnableLimits
    Field Value
    Type Description
    bool

    LowerLimit

    The lower translation limit.

    Declaration
    public float LowerLimit
    Field Value
    Type Description
    float

    UpperLimit

    The upper translation limit.

    Declaration
    public float UpperLimit
    Field Value
    Type Description
    float

    Extension Methods

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