Packagecom.mousman.as3.agal.light
Interfacepublic interface IMLight
Implementors MLight

...



Public Properties
 PropertyDefined By
  diffuseColor : uint
IMLight
  diffuseIntensity : Number
IMLight
  matrix : Matrix3D
IMLight
  position : Vector3D
IMLight
  rotation : Vector3D
[read-only]
IMLight
  specularColor : uint
IMLight
  specularIntensity : Number
IMLight
Public Methods
 MethodDefined By
  
setRotation(rx:Number, ry:Number, rz:Number):void
IMLight
Property Detail
diffuseColorproperty
diffuseColor:uint


Implementation
    public function get diffuseColor():uint
    public function set diffuseColor(value:uint):void
diffuseIntensityproperty 
diffuseIntensity:Number


Implementation
    public function get diffuseIntensity():Number
    public function set diffuseIntensity(value:Number):void
matrixproperty 
matrix:Matrix3D


Implementation
    public function get matrix():Matrix3D
    public function set matrix(value:Matrix3D):void
positionproperty 
position:Vector3D


Implementation
    public function get position():Vector3D
    public function set position(value:Vector3D):void
rotationproperty 
rotation:Vector3D  [read-only]


Implementation
    public function get rotation():Vector3D
specularColorproperty 
specularColor:uint


Implementation
    public function get specularColor():uint
    public function set specularColor(value:uint):void
specularIntensityproperty 
specularIntensity:Number


Implementation
    public function get specularIntensity():Number
    public function set specularIntensity(value:Number):void
Method Detail
setRotation()method
public function setRotation(rx:Number, ry:Number, rz:Number):void

Parameters

rx:Number
 
ry:Number
 
rz:Number