C# Class Poonya.SEA3D.Objects.SEAMaterial

Inheritance: SEAObject
Afficher le fichier Open project: sunag/sea3d Class Usage Examples

Méthodes publiques

Свойство Type Description
alpha float
blendMode int
doubleSided bool
receiveFog bool
receiveLights bool
receiveShadows bool
repeat bool
techniques List

Méthodes publiques

Méthode Description
SEAMaterial ( string name ) : System.Collections.Generic
Write ( ) : ByteArray

Method Details

SEAMaterial() public méthode

public SEAMaterial ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

Write() public méthode

public Write ( ) : ByteArray
Résultat Poonya.Utils.ByteArray

Property Details

alpha public_oe property

public float alpha
Résultat float

blendMode public_oe property

public int blendMode
Résultat int

doubleSided public_oe property

public bool doubleSided
Résultat bool

receiveFog public_oe property

public bool receiveFog
Résultat bool

receiveLights public_oe property

public bool receiveLights
Résultat bool

receiveShadows public_oe property

public bool receiveShadows
Résultat bool

repeat public_oe property

public bool repeat
Résultat bool

techniques public_oe property

public List techniques
Résultat List