Picture component renders a 3D picture in the scene.
| Property | Type | Description |
|---|---|---|
| Is Active | Bool | Whether the object is enabled |
| Position | Vector3 | The position of the object relative to its parent object |
| Rotation | Vector3 | The rotation of an object relative to its parent object |
| Scale | Vector3 | The scaling of an object relative to its parent object |
| Picture | Picture | The picture to be displayed |
| Facing Camera | Bool | If enabled(True), object automatically rotates to face the player's camera |
Only active during Preview/Play Mode |
None.
None.