UISpawnPointCompData

Inherits from UIComponentData

Summary

Constructors

UISpawnPointCompData()
UISpawnPointCompData(guid: Guid)
UISpawnPointCompData(other: UIComponentData)
UISpawnPointCompData(other: Asset)
UISpawnPointCompData(other: DataContainer)

Static members

Name Type
UISpawnPointCompData.typeInfo TypeInformation

Constructors

UISpawnPointCompData

UISpawnPointCompData()

Creates a new UISpawnPointCompData frostbite instance.

UISpawnPointCompData

UISpawnPointCompData(guid: Guid)

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

Parameters

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

UISpawnPointCompData

UISpawnPointCompData(other: UIComponentData)

Casts an instance of type UIComponentData to UISpawnPointCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UISpawnPointCompData.

UISpawnPointCompData

UISpawnPointCompData(other: Asset)

Casts an instance of type Asset to UISpawnPointCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to UISpawnPointCompData.

UISpawnPointCompData

UISpawnPointCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UISpawnPointCompData type.

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