C# Class Poonya.SEA3D.Objects.SEAMaterial

Inheritance: SEAObject
Show file Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
alpha float
blendMode int
doubleSided bool
receiveFog bool
receiveLights bool
receiveShadows bool
repeat bool
techniques List

Public Methods

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

Method Details

SEAMaterial() public method

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

Write() public method

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

Property Details

alpha public property

public float alpha
return float

blendMode public property

public int blendMode
return int

doubleSided public property

public bool doubleSided
return bool

receiveFog public property

public bool receiveFog
return bool

receiveLights public property

public bool receiveLights
return bool

receiveShadows public property

public bool receiveShadows
return bool

repeat public property

public bool repeat
return bool

techniques public property

public List techniques
return List