SpherePointer.triggerInteraction Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected: UnityEngine::QueryTriggerInteraction triggerInteraction;
[UnityEngine.SerializeField]
[UnityEngine.Tooltip("Specify whether queries for grabbable objects hit triggers.")]
protected UnityEngine.QueryTriggerInteraction triggerInteraction;
[<UnityEngine.SerializeField>]
[<UnityEngine.Tooltip("Specify whether queries for grabbable objects hit triggers.")>]
val mutable triggerInteraction : UnityEngine.QueryTriggerInteraction
Protected triggerInteraction As QueryTriggerInteraction
Field Value
UnityEngine.QueryTriggerInteraction
- Attributes
-
UnityEngine.SerializeFieldAttribute UnityEngine.TooltipAttribute