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