Class ObjectDetectionConditions
Conditions of the a detection.
偵測條件。
Inheritance
System.Object
ObjectDetectionConditions
Namespace: Votanic.vXR.vGear
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class ObjectDetectionConditions
Fields
conditions
List of conditions need to be satisfied.
需滿足的物件偵測條件列表。
Declaration
[Tooltip("List of conditions need to be satisfied.\n需滿足的物件偵測條件列表。")]
public List<ObjectCharacteristic> conditions
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<ObjectCharacteristic> |