C# Class NewTOAPIA.Modeling.Light

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
IsValidFrame ( ) : bool
Light ( LightType aType ) : System
SetDirection ( Vector3D direction, bool isUnitLength ) : void

Private Methods

Méthode Description
SetAngle ( float angle ) : void

Method Details

IsValidFrame() public méthode

public IsValidFrame ( ) : bool
Résultat bool

Light() public méthode

public Light ( LightType aType ) : System
aType LightType
Résultat System

SetDirection() public méthode

public SetDirection ( Vector3D direction, bool isUnitLength ) : void
direction NewTOAPIA.Graphics.Vector3D
isUnitLength bool
Résultat void