C# Class Poonya.SEA3D.Objects.SEALight

Inheritance: SEAObject3D
Mostrar archivo Open project: sunag/sea3d

Public Properties

Property Type Description
color int
multiplier float

Public Methods

Method Description
SEALight ( string name, string type ) : System.Collections.Generic
Write ( ) : ByteArray

Protected Methods

Method Description
WriteLight ( ByteArray header ) : int

Method Details

SEALight() public method

public SEALight ( string name, string type ) : System.Collections.Generic
name string
type string
return System.Collections.Generic

Write() public method

public Write ( ) : ByteArray
return Poonya.Utils.ByteArray

WriteLight() protected method

protected WriteLight ( ByteArray header ) : int
header Poonya.Utils.ByteArray
return int

Property Details

color public_oe property

public int color
return int

multiplier public_oe property

public float multiplier
return float