Show / Hide Table of Contents

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.
相關標籤的物件。

In This Article
Back to top Generated by DocFX