Class ColliderNearInteractionTouchable
Base class for all touchables using colliders.
Inheritance
ColliderNearInteractionTouchable
      
      
  Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public abstract class ColliderNearInteractionTouchable : BaseNearInteractionTouchable
  Properties
ColliderEnabled
Declaration
public bool ColliderEnabled { get; }
  Property Value
| Type | Description | 
|---|---|
| Boolean | 
TouchableCollider
Declaration
public Collider TouchableCollider { get; }
  Property Value
| Type | Description | 
|---|---|
| Collider | 
Methods
OnValidate()
Declaration
protected void OnValidate()