EntityColliderComponentRequests.
More...
#include <EditorColliderComponentRequestBus.h>
Inherits EntityComponentBus.
EntityColliderComponentRequests.
virtual AZ::Vector3 PhysX::EditorColliderComponentRequests::GetColliderOffset |
( |
| ) |
const |
|
pure virtual |
Gets the offset of the collider relative to the entity position.
- Parameters
-
offset | The offset of the collider |
virtual AZ::Quaternion PhysX::EditorColliderComponentRequests::GetColliderRotation |
( |
| ) |
const |
|
pure virtual |
Gets the rotation of the collider relative to the entity rotation.
- Parameters
-
rotation | The rotation of the collider |
virtual AZ::Transform PhysX::EditorColliderComponentRequests::GetColliderWorldTransform |
( |
| ) |
const |
|
pure virtual |
Gets the world transform of the collider.
- Returns
- The world transform of the collider.
virtual void PhysX::EditorColliderComponentRequests::SetColliderOffset |
( |
const AZ::Vector3 & |
offset | ) |
|
|
pure virtual |
Sets the offset of the collider relative to the entity position.
- Parameters
-
offset | The offset of the collider |
virtual void PhysX::EditorColliderComponentRequests::SetColliderRotation |
( |
const AZ::Quaternion & |
rotation | ) |
|
|
pure virtual |
Gets the rotation of the collider relative to the entity rotation.
- Parameters
-
rotation | The rotation of the collider |
The documentation for this class was generated from the following file:
- Gems/PhysX/Code/Include/PhysX/EditorColliderComponentRequestBus.h