iscomponentmatch - eisclimber/ExPresS-XR GitHub Wiki
Method in DataGatheringHelpers
Checks if the component matches the fully qualified name.
public static bool IsComponentMatch(Component component, string requiredFullName);| Name | Description |
|---|---|
UnityEngine.Component component |
Component to match. |
string requiredFullName |
Fully qualified name to match. |
If the component and name match.