Open 3D Engine AtomLyIntegration 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.
AZ::Render::GridComponentConfig Class Referencefinal

Common settings for GridComponents and EditorGridComponent. More...

#include <GridComponentConfig.h>

Inherits AZ::ComponentConfig.

Public Member Functions

 AZ_RTTI (GridComponentConfig, "{D1E357DF-6CCC-43C4-81F1-6B85C2E06A59}", ComponentConfig)
 
 AZ_CLASS_ALLOCATOR (GridComponentConfig, SystemAllocator)
 

Static Public Member Functions

static void Reflect (ReflectContext *context)
 

Public Attributes

float m_gridSize = 32.0f
 
AZ::Color m_axisColor = AZ::Color(0.0f, 0.0f, 1.0f, 1.0f)
 
float m_primarySpacing = 1.0f
 
AZ::Color m_primaryColor = AZ::Color(0.25f, 0.25f, 0.25f, 1.0f)
 
float m_secondarySpacing = 0.25f
 
AZ::Color m_secondaryColor = AZ::Color(0.5f, 0.5f, 0.5f, 1.0f)
 

Detailed Description

Common settings for GridComponents and EditorGridComponent.


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