C# Class LitDev.Shadow

Afficher le fichier Open project: litdev1/LitDev Class Usage Examples

Méthodes publiques

Свойство Type Description
bSaveTexture bool
bValid bool

Méthodes publiques

Méthode Description
Shadow ( string shapeName ) : System
Update ( double x, double y, double z, string texture, double ambient, double intensity ) : void

Private Methods

Méthode Description
Shadow_Delegate ( ) : void
Update_Delegate ( ) : void

Method Details

Shadow() public méthode

public Shadow ( string shapeName ) : System
shapeName string
Résultat System

Update() public méthode

public Update ( double x, double y, double z, string texture, double ambient, double intensity ) : void
x double
y double
z double
texture string
ambient double
intensity double
Résultat void

Property Details

bSaveTexture public_oe property

public bool bSaveTexture
Résultat bool

bValid public_oe property

public bool bValid
Résultat bool