Class FocusRaycastTestProxy
Used by Focus
Namespace: Microsoft.MixedReality.Toolkit.Tests
Assembly: cs.temp.dll.dll
Syntax
public class FocusRaycastTestProxy : MonoBehaviour
Fields
ExpectedHitObject
The object that is expected to be set for the Test
Declaration
public GameObject ExpectedHitObject
Field Value
Type | Description |
---|---|
Game |
LineCastResolution
The number of RaySteps to generate from Ray
Declaration
public int LineCastResolution
Field Value
Type | Description |
---|---|
Int32 |
PrioritizedLayerMasks
The physics layers used for the Focus
Declaration
public LayerMask[] PrioritizedLayerMasks
Field Value
Type | Description |
---|---|
Layer |
RayLineData
Represents the ray line along which the Focus
Declaration
public BaseMixedRealityLineDataProvider RayLineData
Field Value
Type | Description |
---|---|
Base |