C# Class Poonya.SEA3D.Objects.SEAPointLight

Inheritance: SEALight
Exibir arquivo Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
position float[]

Public Methods

Method Description
SEAPointLight ( string name ) : System.Collections.Generic
Write ( ) : ByteArray

Method Details

SEAPointLight() public method

public SEAPointLight ( string name ) : System.Collections.Generic
name string
return System.Collections.Generic

Write() public method

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

Property Details

position public_oe property

public float[] position
return float[]