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