SpawnSizeData

Inherits from ProcessorData

Summary

Constructors

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

Properties

Name Type
size float

Static members

Name Type
SpawnSizeData.typeInfo TypeInformation

Constructors

SpawnSizeData

SpawnSizeData()

Creates a new SpawnSizeData frostbite instance.

SpawnSizeData

SpawnSizeData(guid: Guid)

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

Parameters

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

SpawnSizeData

SpawnSizeData(other: ProcessorData)

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

Parameters

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

SpawnSizeData

SpawnSizeData(other: EmitterComponentData)

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

Parameters

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

SpawnSizeData

SpawnSizeData(other: DataContainer)

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

Parameters

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

Properties

size

float

Static members

typeInfo

TypeInformation

The type information for the SpawnSizeData type.

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