Packageaway3d.materials.utils.data
Classpublic class LScan
InheritanceLScan Inheritance Object

Class holds typed data for the prebaking and the normalgenerator classes



Public Properties
 PropertyDefined By
  color : uint
LScan
  x : int
LScan
  y : int
LScan
Public Methods
 MethodDefined By
  
LScan(x:int, y:int, col:uint = 0)
LScan
Property Detail
colorproperty
public var color:uint

xproperty 
public var x:int

yproperty 
public var y:int

Constructor Detail
LScan()Constructor
public function LScan(x:int, y:int, col:uint = 0)



Parameters
x:int
 
y:int
 
col:uint (default = 0)
####INIT####