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