RemoteEntryComponentData

Inherits from EntryComponentData

Summary

Constructors

RemoteEntryComponentData()
RemoteEntryComponentData(guid: Guid)
RemoteEntryComponentData(other: EntryComponentData)
RemoteEntryComponentData(other: ComponentData)
RemoteEntryComponentData(other: GameObjectData)
RemoteEntryComponentData(other: GameDataContainer)
RemoteEntryComponentData(other: DataContainer)

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

TypeInformation

The type information for the RemoteEntryComponentData type.

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