Search Results for

    Show / Hide Table of Contents

    Class D6JointMotion

    Specifies type of constraint placed on a specific axis.

    Inheritance
    System.Object
    D6JointMotion
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class D6JointMotion : Enum

    Fields

    Free

    Axis will not be constrained.

    Declaration
    public const D6JointMotion Free
    Field Value
    D6JointMotion

    Limited

    Axis will be constrained by the specified limits.

    Declaration
    public const D6JointMotion Limited
    Field Value
    D6JointMotion

    Locked

    Axis is immovable.

    Declaration
    public const D6JointMotion Locked
    Field Value
    D6JointMotion

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat