Packageaway3d.materials
Interfacepublic interface IUVMaterial extends IMaterial
ImplementorsAlphaBitmapMaterial, AnimatedBitmapMaterial, BitmapFileMaterial, BitmapMaterial, DiffuseDot3Shader, MovieMaterial, TransformBitmapMaterial, WhiteShadingBitmapMaterial

Interface for all materials that take in account texture coordinates

Public Properties
 PropertyDefined by
  bitmap : BitmapData
[read-only]
IUVMaterial
  height : Number
[read-only]
IUVMaterial
 Inheritedvisible : Boolean
IMaterial
  width : Number
[read-only]
IUVMaterial
Property detail
bitmapproperty
bitmap:BitmapData  [read-only]Implementation
    public function get bitmap():BitmapData
heightproperty 
height:Number  [read-only]Implementation
    public function get height():Number
widthproperty 
width:Number  [read-only]Implementation
    public function get width():Number
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments