Show / Hide Table of Contents

Class vCast_Vision

Vision part of vCast sensor.
vCast 感應器的視覺組件。

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
vCast_Device
vCast_SensorPart
vCast_Vision
vGear_Vision
Namespace: Votanic.vXR.vCast
Assembly: Votanic.vXR.dll
Syntax
[AddComponentMenu("")]
public class vCast_Vision : vCast_SensorPart

Fields

lookDuration

Duration for looking action detection.
偵測望住動作的持續時間。

Declaration
[Header("[Settings]")]
[Tooltip("Duration for looking action detection.\n偵測望住動作的持續時間。")]
public float lookDuration
Field Value
Type Description
System.Single

lookingObjects

The current detected objects by the part.
組件目前偵測到的物件。

Declaration
[Header("[Status]")]
[Tooltip("The current detected objects by the part.\n組件目前偵測到的物件。")]
public List<vCast_Interactables> lookingObjects
Field Value
Type Description
System.Collections.Generic.List<vCast_Interactables>
In This Article
Back to top Generated by DocFX