Package | com.mousman.as3.agal.parser.objs |
Class | public class MTexture |
Inheritance | MTexture ![]() |
Property | Defined By | ||
---|---|---|---|
id : String [read-only]
Id of an instance of MTexture
| MTexture | ||
texture : Texture [read-only]
Texture contained in an instance of MTexture
| MTexture |
Method | Defined By | ||
---|---|---|---|
MTexture(id:String, texture:Texture)
Constructor. | MTexture |
id | property |
id:String
[read-only] Id of an instance of MTexture
public function get id():String
texture | property |
texture:Texture
[read-only] Texture contained in an instance of MTexture
public function get texture():Texture
MTexture | () | Constructor |
public function MTexture(id:String, texture:Texture)
Constructor. Creates a new MTexture instance.
Parametersid:String — : String.Id of an instance of MTexture | |
texture:Texture — : Texture.Texture contained in an instance of MTexture |