Click or drag to resize
IMyEntitiesGetIntersectionWithSphere Method (BoundingSphereD, IMyEntity, IMyEntity, Boolean, Boolean, Boolean, Boolean, Boolean)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
IMyEntity GetIntersectionWithSphere(
	ref BoundingSphereD sphere,
	IMyEntity ignoreEntity0,
	IMyEntity ignoreEntity1,
	bool ignoreVoxelMaps,
	bool volumetricTest,
	bool excludeEntitiesWithDisabledPhysics = false,
	bool ignoreFloatingObjects = true,
	bool ignoreHandWeapons = true
)

Parameters

sphere
Type: BoundingSphereD

[Missing <param name="sphere"/> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

ignoreEntity0
Type: VRage.ModAPIIMyEntity

[Missing <param name="ignoreEntity0"/> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

ignoreEntity1
Type: VRage.ModAPIIMyEntity

[Missing <param name="ignoreEntity1"/> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

ignoreVoxelMaps
Type: SystemBoolean

[Missing <param name="ignoreVoxelMaps"/> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

volumetricTest
Type: SystemBoolean

[Missing <param name="volumetricTest"/> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

excludeEntitiesWithDisabledPhysics (Optional)
Type: SystemBoolean

[Missing <param name="excludeEntitiesWithDisabledPhysics"/> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

ignoreFloatingObjects (Optional)
Type: SystemBoolean

[Missing <param name="ignoreFloatingObjects"/> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

ignoreHandWeapons (Optional)
Type: SystemBoolean

[Missing <param name="ignoreHandWeapons"/> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

Return Value

Type: IMyEntity

[Missing <returns> documentation for "M:VRage.ModAPI.IMyEntities.GetIntersectionWithSphere(VRageMath.BoundingSphereD@,VRage.ModAPI.IMyEntity,VRage.ModAPI.IMyEntity,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)"]

See Also