HDK
|
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< ShapeBindingData > | myStatic |
UT_Array< ShapeBindingData > | myDeforming |
Used to store the result of parsing a layer from a JSON file.
Definition at line 61 of file GU_AgentLayer.h.
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.