Class ObjectCharacteristic
Object detection detail of a condition.
物件偵測條件詳情。
Inheritance
System.Object
ObjectCharacteristic
Namespace: Votanic.vXR.vGear
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public class ObjectCharacteristic
Fields
filter
Detect object with specific groups.
根據指定組別偵測物件。
Declaration
[Tooltip("Detect object with specific groups.\n根據指定組別偵測物件。")]
public ObjectFilter filter
Field Value
Type | Description |
---|---|
ObjectFilter |
keyword
Keyword of detection.
偵測的關鍵詞。
Declaration
[Tooltip("Keyword of detection.\n偵測的關鍵詞。")]
public string keyword
Field Value
Type | Description |
---|---|
System.String |
reversed
Reverse the filter result if true.
當 true 時反轉過濾結果。
Declaration
[Tooltip("Reverse the filter result.\n反轉過濾結果。")]
public bool reversed
Field Value
Type | Description |
---|---|
System.Boolean |