Collider interface used in common scripts that run on server and client More...
Properties | |
| ksIEntity | Entity [get] |
| Entity the collider is attached to More... | |
| float | ContactOffset [get] |
| Get/Set contact offset on a collider More... | |
| bool | IsEnabled [get, set] |
| Get/Set the enabled state of a collider More... | |
| bool | IsQueryCollider [get, set] |
| Get/Set if this collider is used in scene queries. More... | |
| bool | IsSimulationCollider [get, set] |
| Get/Set if this collider is used in physics simulations. More... | |
| bool | IsTrigger [get, set] |
| Get/Set if this collider is a trigger. More... | |
| ksCollisionFilter | CollisionFilter [get, set] |
| Get/Set the collision filter on the collider. More... | |
| ksBounds | Bounds [get] |
| Get the bounds of a collider at the position of its attached entity or at the origin if the collider is not attached to an entity. More... | |
Collider interface used in common scripts that run on server and client
|
get |
Get the bounds of a collider at the position of its attached entity or at the origin if the collider is not attached to an entity.
|
getset |
Get/Set the collision filter on the collider.
|
get |
Get/Set contact offset on a collider
|
get |
Entity the collider is attached to
|
getset |
Get/Set the enabled state of a collider
|
getset |
Get/Set if this collider is used in scene queries.
|
getset |
Get/Set if this collider is used in physics simulations.
|
getset |
Get/Set if this collider is a trigger.