UpdateSizeData

Inherits from ProcessorData

Summary

Constructors

UpdateSizeData()
UpdateSizeData(guid: Guid)
UpdateSizeData(other: ProcessorData)
UpdateSizeData(other: EmitterComponentData)
UpdateSizeData(other: DataContainer)

Properties

Name Type
pivot Vec2

Static members

Name Type
UpdateSizeData.typeInfo TypeInformation

Constructors

UpdateSizeData

UpdateSizeData()

Creates a new UpdateSizeData frostbite instance.

UpdateSizeData

UpdateSizeData(guid: Guid)

Creates a new UpdateSizeData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UpdateSizeData

UpdateSizeData(other: ProcessorData)

Casts an instance of type ProcessorData to UpdateSizeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ProcessorData The instance to cast to UpdateSizeData.

UpdateSizeData

UpdateSizeData(other: EmitterComponentData)

Casts an instance of type EmitterComponentData to UpdateSizeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EmitterComponentData The instance to cast to UpdateSizeData.

UpdateSizeData

UpdateSizeData(other: DataContainer)

Casts an instance of type DataContainer to UpdateSizeData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UpdateSizeData.

Properties

pivot

Vec2

Static members

typeInfo

TypeInformation

The type information for the UpdateSizeData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)