Enum ObjectFilter
Filter objects by specific characteristic.
依具體特徵過濾物件。
Namespace: Votanic.vXR.vGear
Assembly: Votanic.vXR.dll
Syntax
[Serializable]
public enum ObjectFilter
Fields
| Name | Description |
|---|---|
| Any | Any object. |
| Component | Objects having the component. |
| Layer | Objects with the layer. |
| NameContains | Objects name contain detect string. |
| NameEquals | Objects with the name. |
| Tag | Objects with the tag. |