IN THIS ARTICLE
Shape Reference Component
Add the Shape Reference component to reference and re-use shape components in your Open 3D Engine (O3DE) level.
Provider
Sphere Shape properties
Property | Description | Values | Default |
---|---|---|---|
Shape Entity Id | Selects an entity with a valid Shape component. | Entity Id | None |
ReferenceShapeRequestBus
Use the following request functions with the ReferenceShapeRequestBus
EBus interface to communicate with Shape Reference components in your game.
Request Name | Description | Parameter | Return | Scriptable |
---|---|---|---|---|
GetShapeEntityId | Returns the value of Shape Entity Id. | None | Entity Id | Yes |
SetShapeEntityId | Sets the value of Shape Entity Id. | Entity Id | None | Yes |