textureWrapping top-level property

Map<String, int> textureWrapping
getter/setter pair

Implementation

var textureWrapping = {
  "RepeatWrapping": RepeatWrapping,
  "ClampToEdgeWrapping": ClampToEdgeWrapping,
  "MirroredRepeatWrapping": MirroredRepeatWrapping
};