UISpawnLogicCompData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UISpawnLogicCompData.typeInfo TypeInformation

Constructors

UISpawnLogicCompData

UISpawnLogicCompData()

Creates a new UISpawnLogicCompData frostbite instance.

UISpawnLogicCompData

UISpawnLogicCompData(guid: Guid)

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

Parameters

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

UISpawnLogicCompData

UISpawnLogicCompData(other: UIComponentData)

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

Parameters

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

UISpawnLogicCompData

UISpawnLogicCompData(other: Asset)

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

Parameters

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

UISpawnLogicCompData

UISpawnLogicCompData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UISpawnLogicCompData type.

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