Click or drag to resize

PhysicsRayTestItem Constructor (Ray, PhysicsRayTestItemModeEnum, PhysicsRayTestItemFlagsEnum, Int32, Int32)

Initializes a new instance of the PhysicsRayTestItem class

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public PhysicsRayTestItem(
	Ray ray,
	PhysicsRayTestItemModeEnum mode,
	PhysicsRayTestItemFlagsEnum flags,
	int collisionFilterGroup = 1,
	int collisionFilterMask = -1
)

Parameters

ray
Type: NeoAxisRay
mode
Type: NeoAxisPhysicsRayTestItemModeEnum
flags
Type: NeoAxisPhysicsRayTestItemFlagsEnum
collisionFilterGroup (Optional)
Type: SystemInt32
collisionFilterMask (Optional)
Type: SystemInt32
See Also