MAK Legion API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Attributes | List of all members
Legion::AttributeSetDescriptor Struct Reference

/brief An attribute set descriptor describes a group of attributes that are treated as a single set of data this may be an entity, an IFF, a radio, etc More...

+ Collaboration diagram for Legion::AttributeSetDescriptor:

Public Attributes

std::string attributeSetName
 
UInt32 exptectedInstances
 
std::vector< AttributeDescriptorattributeDescriptors
 

Detailed Description

/brief An attribute set descriptor describes a group of attributes that are treated as a single set of data this may be an entity, an IFF, a radio, etc

An attribute set descriptor describes a group of attributes that are treated as a single set of data. The attribute set name is used to generate its ID. Expected instances is the expected number of instances of this type of object that will exist during runtime, but is only a recommendation for initial memory allocation. If more instances get created the internal structures will grow to meet the need.

Member Data Documentation

std::vector<AttributeDescriptor> Legion::AttributeSetDescriptor::attributeDescriptors
std::string Legion::AttributeSetDescriptor::attributeSetName
UInt32 Legion::AttributeSetDescriptor::exptectedInstances

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

Document ID: Generated on Mon Mar 8 15:11:30 EST 2021 from SVN revision 225633
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)