Show / Hide Table of Contents

    Struct FreezeOptions

    Freeze option, which restricts degrees of freedom along one or more specific axes

    Namespace: Motphys.Rigidbody
    Assembly: solution.dll
    Syntax
    [Serializable]
    public struct FreezeOptions

    Fields

    x

    Declaration
    public bool x
    Field Value
    Type Description
    System.Boolean

    Corresponding to the x-axis

    y

    Declaration
    public bool y
    Field Value
    Type Description
    System.Boolean

    Corresponding to the y-axis

    z

    Declaration
    public bool z
    Field Value
    Type Description
    System.Boolean

    Corresponding to the z-axis

    Back to top Copyright © 2020-2024 北京谋先飞技术有限公司及其关联公司北京谋先飞科技有限公司
    Generated by DocFX