Packagecom.mousman.as3.agal.parser.objs
Classpublic class MTexture
InheritanceMTexture Inheritance Object

a Texture linked to an ID



Public Properties
 PropertyDefined By
  id : String
[read-only] Id of an instance of MTexture
MTexture
  texture : Texture
[read-only] Texture contained in an instance of MTexture
MTexture
Public Methods
 MethodDefined By
  
MTexture(id:String, texture:Texture)
Constructor.
MTexture
Property Detail
idproperty
id:String  [read-only]

Id of an instance of MTexture


Implementation
    public function get id():String
textureproperty 
texture:Texture  [read-only]

Texture contained in an instance of MTexture


Implementation
    public function get texture():Texture
Constructor Detail
MTexture()Constructor
public function MTexture(id:String, texture:Texture)

Constructor. Creates a new MTexture instance.

Parameters
id:String — : String.

Id of an instance of MTexture

 
texture:Texture — : Texture.

Texture contained in an instance of MTexture