C# Class Poonya.SEA3D.Objects.SEAMaterial

Inheritance: SEAObject
Mostrar archivo 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_oe property

public float alpha
return float

blendMode public_oe property

public int blendMode
return int

doubleSided public_oe property

public bool doubleSided
return bool

receiveFog public_oe property

public bool receiveFog
return bool

receiveLights public_oe property

public bool receiveLights
return bool

receiveShadows public_oe property

public bool receiveShadows
return bool

repeat public_oe property

public bool repeat
return bool

techniques public_oe property

public List techniques
return List