docs.unity.cn
    Show / Hide Table of Contents

    Struct ModifiableContactPoint

    Namespace: Unity.Physics
    Syntax
    public struct ModifiableContactPoint

    Properties

    Distance

    Declaration
    public float Distance { get; set; }
    Property Value
    Type Description
    Single

    Index

    Declaration
    public int Index { readonly get; }
    Property Value
    Type Description
    Int32

    Modified

    Declaration
    public bool Modified { readonly get; }
    Property Value
    Type Description
    Boolean

    Position

    Declaration
    public float3 Position { get; set; }
    Property Value
    Type Description
    float3
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, April 26, 2022
    Terms of use