Struct ModifiableContactPoint | Unity Physics | 0.6.0-preview.3
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 { get; }
    Property Value
    Type Description
    Int32

    Modified

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

    Position

    Declaration
    public float3 Position { get; set; }
    Property Value
    Type Description
    float3
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021