Property IsUnique
IsUnique
Indicates whether this PhysicsCollider contains a unique Collider blob. That is, its Collider blob is not shared with any other PhysicsCollider.
Declaration
public bool IsUnique { get; }
Property Value
Type | Description |
---|---|
bool | True if this PhysicsCollider contains a unique Collider blob, false if not. |