Open 3D Engine WarehouseAutomation Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
WarehouseAutomation::ConveyorBeltComponentConfiguration Struct Reference

Public Member Functions

 AZ_TYPE_INFO (ConveyorBeltComponentConfiguration, "{ebaf61a0-20c5-11ee-be56-0242ac120002}")
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

AZStd::string m_graphicalMaterialSlot { "Belt" }
 Name of the material slot to change UVs of.
 
float m_beltWidth = 1.0f
 Width of the conveyor belt.
 
float m_segmentSize = 0.1f
 Length of individual segments of the conveyor belt.
 
AZ::Data::Asset< Physics::MaterialAsset > m_materialAsset
 Material of individual segments of the conveyor belt.
 
AZ::EntityId m_conveyorEntityId
 Conveyor belt entity (used for texture movement)
 
float m_textureScale = 1.0f
 Scaling factor of the texture.
 
float m_speed = 1.0f
 Initial speed of the conveyor belt.
 

The documentation for this struct was generated from the following file: