istypeexportable - eisclimber/ExPresS-XR GitHub Wiki

DataGatheringHelpers.IsTypeExportable(Type)

Method in DataGatheringHelpers

Summary

Check if a type is exportable. Either primitive, string, Vector, or Quaternion.

public static bool IsTypeExportable(Type type);

Parameters

Name Description
System.Type type Type to be checked.

Returns

If the type is exportable.

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