SpawnSpeedData

Inherits from ProcessorData

Summary

Constructors

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

Properties

Name Type
speed float

Static members

Name Type
SpawnSpeedData.typeInfo TypeInformation

Constructors

SpawnSpeedData

SpawnSpeedData()

Creates a new SpawnSpeedData frostbite instance.

SpawnSpeedData

SpawnSpeedData(guid: Guid)

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

Parameters

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

SpawnSpeedData

SpawnSpeedData(other: ProcessorData)

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

Parameters

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

SpawnSpeedData

SpawnSpeedData(other: EmitterComponentData)

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

Parameters

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

SpawnSpeedData

SpawnSpeedData(other: DataContainer)

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

Parameters

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

Properties

speed

float

Static members

typeInfo

TypeInformation

The type information for the SpawnSpeedData type.

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