HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GU_AgentLayer::LayerData Struct Reference

Used to store the result of parsing a layer from a JSON file. More...

#include <GU_AgentLayer.h>

Public Attributes

UT_StringHolder myLayerName
 
UT_Array< ShapeBindingDatamyStatic
 
UT_Array< ShapeBindingDatamyDeforming
 

Detailed Description

Used to store the result of parsing a layer from a JSON file.

Definition at line 61 of file GU_AgentLayer.h.

Member Data Documentation

UT_Array<ShapeBindingData> GU_AgentLayer::LayerData::myDeforming

Definition at line 65 of file GU_AgentLayer.h.

UT_StringHolder GU_AgentLayer::LayerData::myLayerName

Definition at line 63 of file GU_AgentLayer.h.

UT_Array<ShapeBindingData> GU_AgentLayer::LayerData::myStatic

Definition at line 64 of file GU_AgentLayer.h.


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