C# Class AcTools.Render.DeferredShading.Lights.DirectionalLight

Inheritance: BaseLight
Afficher le fichier Open project: gro-ove/actools Class Usage Examples

Méthodes publiques

Свойство Type Description
Color Vector3

Méthodes publiques

Méthode Description
Dispose ( ) : void
DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
OnInitialize ( DeviceContextHolder holder ) : void
Resize ( DeviceContextHolder holder, int width, int height ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DrawInner() public méthode

public DrawInner ( DeviceContextHolder holder, ICamera camera, SpecialLightMode mode ) : void
holder DeviceContextHolder
camera ICamera
mode SpecialLightMode
Résultat void

OnInitialize() public méthode

public OnInitialize ( DeviceContextHolder holder ) : void
holder DeviceContextHolder
Résultat void

Resize() public méthode

public Resize ( DeviceContextHolder holder, int width, int height ) : void
holder DeviceContextHolder
width int
height int
Résultat void

Property Details

Color public_oe property

public Vector3 Color
Résultat Vector3