UserComponentData

Inherits from UIComponentData

Summary

Constructors

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

Static members

Name Type
UserComponentData.typeInfo TypeInformation

Constructors

UserComponentData

UserComponentData()

Creates a new UserComponentData frostbite instance.

UserComponentData

UserComponentData(guid: Guid)

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

Parameters

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

UserComponentData

UserComponentData(other: UIComponentData)

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

Parameters

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

UserComponentData

UserComponentData(other: Asset)

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

Parameters

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

UserComponentData

UserComponentData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the UserComponentData type.

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