Struct PhysicsCollider | Unity Physics | 0.3.2-preview
docs.unity.cn
    Show / Hide Table of Contents

    Struct PhysicsCollider

    Namespace: Unity.Physics
    Syntax
    public struct PhysicsCollider : IComponentData

    Fields

    Value

    Declaration
    public BlobAssetReference<Collider> Value
    Field Value
    Type Description
    BlobAssetReference<Collider>

    Properties

    ColliderPtr

    Declaration
    public Collider*ColliderPtr { get; }
    Property Value
    Type Description
    Collider*

    IsValid

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

    MassProperties

    Declaration
    public MassProperties MassProperties { get; }
    Property Value
    Type Description
    MassProperties
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX