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