Search Results for

    Show / Hide Table of Contents

    Class HingeJointFlag

    Flags that control hinge joint options.

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

    Fields

    Drive

    The joint drive is enabled.

    Declaration
    public const HingeJointFlag Drive
    Field Value
    HingeJointFlag

    Limit

    The joint limit is enabled.

    Declaration
    public const HingeJointFlag Limit
    Field Value
    HingeJointFlag

    None

    The none.

    Declaration
    public const HingeJointFlag None
    Field Value
    HingeJointFlag

    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