Skip to content

isgameobjectbinding

eisclimber edited this page Apr 4, 2026 · 1 revision

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.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally