DynamicDataContainer
Inherits from DataContainer
Summary
Constructors
DynamicDataContainer() |
DynamicDataContainer(guid: Guid) |
DynamicDataContainer(other: DataContainer) |
Properties
Name | Type |
---|---|
fields | DataField[] |
Static members
Name | Type |
---|---|
DynamicDataContainer.typeInfo | TypeInformation |
Constructors
DynamicDataContainer
DynamicDataContainer()
Creates a new DynamicDataContainer frostbite instance.
DynamicDataContainer
DynamicDataContainer(guid: Guid)
Creates a new DynamicDataContainer frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
DynamicDataContainer
DynamicDataContainer(other: DataContainer)
Casts an instance of type DataContainer to DynamicDataContainer. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to DynamicDataContainer. |
Properties
fields
Static members
typeInfo
The type information for the DynamicDataContainer type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)