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 |