supportedFeatures top-level constant

Set<String> const supportedFeatures

The format feature flags this build understands. A document that lists a feature outside this set in its featuresRequired is refused.

Implementation

const Set<String> supportedFeatures = {
  'skinning',
  'prefabInstances',
  'streaming',
  'renderTextures',
};