SpawnSubViewData

Inherits from SubViewData

Summary

Constructors

SpawnSubViewData()
SpawnSubViewData(guid: Guid)
SpawnSubViewData(other: SubViewData)
SpawnSubViewData(other: DataContainer)

Static members

Name Type
SpawnSubViewData.typeInfo TypeInformation

Constructors

SpawnSubViewData

SpawnSubViewData()

Creates a new SpawnSubViewData frostbite instance.

SpawnSubViewData

SpawnSubViewData(guid: Guid)

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

Parameters

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

SpawnSubViewData

SpawnSubViewData(other: SubViewData)

Casts an instance of type SubViewData to SpawnSubViewData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SubViewData The instance to cast to SpawnSubViewData.

SpawnSubViewData

SpawnSubViewData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the SpawnSubViewData type.

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