istypeexportable - eisclimber/ExPresS-XR GitHub Wiki
Method in DataGatheringHelpers
Check if a type is exportable. Either primitive, string, Vector, or Quaternion.
public static bool IsTypeExportable(Type type);| Name | Description |
|---|---|
System.Type type |
Type to be checked. |
If the type is exportable.