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