UIEndOfRoundEntityData
Inherits from GameEntityData
Summary
Constructors
UIEndOfRoundEntityData() |
UIEndOfRoundEntityData(guid: Guid) |
UIEndOfRoundEntityData(other: GameEntityData) |
UIEndOfRoundEntityData(other: SpatialEntityData) |
UIEndOfRoundEntityData(other: EntityData) |
UIEndOfRoundEntityData(other: GameObjectData) |
UIEndOfRoundEntityData(other: GameDataContainer) |
UIEndOfRoundEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
preEorTime | float |
eorTime | float |
Static members
Name | Type |
---|---|
UIEndOfRoundEntityData.typeInfo | TypeInformation |
Constructors
UIEndOfRoundEntityData
UIEndOfRoundEntityData()
Creates a new UIEndOfRoundEntityData frostbite instance.
UIEndOfRoundEntityData
UIEndOfRoundEntityData(guid: Guid)
Creates a new UIEndOfRoundEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UIEndOfRoundEntityData
UIEndOfRoundEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to UIEndOfRoundEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to UIEndOfRoundEntityData. |
UIEndOfRoundEntityData
UIEndOfRoundEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to UIEndOfRoundEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to UIEndOfRoundEntityData. |
UIEndOfRoundEntityData
UIEndOfRoundEntityData(other: EntityData)
Casts an instance of type EntityData to UIEndOfRoundEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to UIEndOfRoundEntityData. |
UIEndOfRoundEntityData
UIEndOfRoundEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to UIEndOfRoundEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to UIEndOfRoundEntityData. |
UIEndOfRoundEntityData
UIEndOfRoundEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to UIEndOfRoundEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to UIEndOfRoundEntityData. |
UIEndOfRoundEntityData
UIEndOfRoundEntityData(other: DataContainer)
Casts an instance of type DataContainer to UIEndOfRoundEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UIEndOfRoundEntityData. |
Properties
preEorTime
float
eorTime
float
Static members
typeInfo
The type information for the UIEndOfRoundEntityData type.