C# Class NewTOAPIA.Modeling.Light

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

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

Private Methods

Method Description
SetAngle ( float angle ) : void

Method Details

IsValidFrame() public method

public IsValidFrame ( ) : bool
return bool

Light() public method

public Light ( LightType aType ) : System
aType LightType
return System

SetDirection() public method

public SetDirection ( Vector3D direction, bool isUnitLength ) : void
direction NewTOAPIA.Graphics.Vector3D
isUnitLength bool
return void