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