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