Interface ICollider
Inherited Members
Namespace: Unity.Physics
Syntax
public interface ICollider : ICollidable
Properties
CollisionType
Declaration
CollisionType CollisionType { get; }
Property Value
Type | Description |
---|---|
CollisionType |
Filter
Declaration
CollisionFilter Filter { get; set; }
Property Value
Type | Description |
---|---|
CollisionFilter |
MassProperties
Declaration
MassProperties MassProperties { get; }
Property Value
Type | Description |
---|---|
MassProperties |
MemorySize
Declaration
int MemorySize { get; }
Property Value
Type | Description |
---|---|
Int32 |
Type
Declaration
ColliderType Type { get; }
Property Value
Type | Description |
---|---|
ColliderType |