UIAssignmentsCompData
Inherits from UIComponentData
Summary
Constructors
UIAssignmentsCompData() |
UIAssignmentsCompData(guid: Guid) |
UIAssignmentsCompData(other: UIComponentData) |
UIAssignmentsCompData(other: Asset) |
UIAssignmentsCompData(other: DataContainer) |
Static members
Name | Type |
---|---|
UIAssignmentsCompData.typeInfo | TypeInformation |
Constructors
UIAssignmentsCompData
UIAssignmentsCompData()
Creates a new UIAssignmentsCompData frostbite instance.
UIAssignmentsCompData
UIAssignmentsCompData(guid: Guid)
Creates a new UIAssignmentsCompData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UIAssignmentsCompData
UIAssignmentsCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UIAssignmentsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIComponentData | The instance to cast to UIAssignmentsCompData. |
UIAssignmentsCompData
UIAssignmentsCompData(other: Asset)
Casts an instance of type Asset to UIAssignmentsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to UIAssignmentsCompData. |
UIAssignmentsCompData
UIAssignmentsCompData(other: DataContainer)
Casts an instance of type DataContainer to UIAssignmentsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UIAssignmentsCompData. |
Static members
typeInfo
The type information for the UIAssignmentsCompData type.