isgameobjectbinding - eisclimber/ExPresS-XR GitHub Wiki

DataGatheringHelpers.IsGameObjectBinding(string)

Method in DataGatheringHelpers

Summary

Checks if a name is bound to a GameObject (and not a Component).

public static bool IsGameObjectBinding(string classFullName);

Parameters

Name Description
string classFullName Fully qualified name to match.

Returns

true if the name matches a GameObject.

⚠️ **GitHub.com Fallback** ⚠️