isgameobjectbinding - eisclimber/ExPresS-XR GitHub Wiki
Method in DataGatheringHelpers
Checks if a name is bound to a GameObject (and not a Component).
public static bool IsGameObjectBinding(string classFullName);| Name | Description |
|---|---|
string classFullName |
Fully qualified name to match. |
true if the name matches a GameObject.