Search Results for

    Show / Hide Table of Contents

    Class MotorDef

    Motor properties definition.

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

    Fields

    EnableMotor

    A flag to enable the joint motor.

    Declaration
    public bool EnableMotor
    Field Value
    Type Description
    bool

    MaxMotorTorque

    The maximum motor torque used to achieve the desired motor speed. Usually in N-m.

    Declaration
    public float MaxMotorTorque
    Field Value
    Type Description
    float

    MotorSpeed

    The desired motor speed. Usually in radians per second.

    Declaration
    public float MotorSpeed
    Field Value
    Type Description
    float

    Extension Methods

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