iscomponentmatch - eisclimber/ExPresS-XR GitHub Wiki

DataGatheringHelpers.IsComponentMatch(Component,string)

Method in DataGatheringHelpers

Summary

Checks if the component matches the fully qualified name.

public static bool IsComponentMatch(Component component, string requiredFullName);

Parameters

Name Description
UnityEngine.Component component Component to match.
string requiredFullName Fully qualified name to match.

Returns

If the component and name match.

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