Search Results for

    Show / Hide Table of Contents

    Class D6JointAxis

    Specifies axes that the D6 joint can constrain motion on.

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

    Fields

    SwingY

    Rotation around the Y axis.

    Declaration
    public const D6JointAxis SwingY
    Field Value
    D6JointAxis

    SwingZ

    Rotation around the Z axis.

    Declaration
    public const D6JointAxis SwingZ
    Field Value
    D6JointAxis

    Twist

    Rotation around the X axis.

    Declaration
    public const D6JointAxis Twist
    Field Value
    D6JointAxis

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    X

    Movement on the X axis.

    Declaration
    public const D6JointAxis X
    Field Value
    D6JointAxis

    Y

    Movement on the Y axis.

    Declaration
    public const D6JointAxis Y
    Field Value
    D6JointAxis

    Z

    Movement on the Z axis.

    Declaration
    public const D6JointAxis Z
    Field Value
    D6JointAxis

    Extension Methods

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