TextureBase.hx 129 B

12345
  1. package flash.display3D.textures;
  2. extern class TextureBase extends flash.events.EventDispatcher {
  3. function dispose() : Void;
  4. }