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