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