SpawnPositionData

Inherits from ProcessorData

Summary

Constructors

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

Static members

Name Type
SpawnPositionData.typeInfo TypeInformation

Constructors

SpawnPositionData

SpawnPositionData()

Creates a new SpawnPositionData frostbite instance.

SpawnPositionData

SpawnPositionData(guid: Guid)

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

Parameters

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

SpawnPositionData

SpawnPositionData(other: ProcessorData)

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

Parameters

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

SpawnPositionData

SpawnPositionData(other: EmitterComponentData)

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

Parameters

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

SpawnPositionData

SpawnPositionData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the SpawnPositionData type.

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