C# Class VisualPOVRAY.Fog

Inheritance: PovObj
Afficher le fichier Open project: TheAwesomePossum/VisualPOVray

Méthodes publiques

Свойство Type Description
loc Point3

Méthodes publiques

Méthode Description
Fog ( Point3 loc ) : System
Fog ( Point3 loc, string color ) : System
move ( Point3 loc ) : void
render ( ) : List
update ( float time ) : void

Method Details

Fog() public méthode

public Fog ( Point3 loc ) : System
loc Point3
Résultat System

Fog() public méthode

public Fog ( Point3 loc, string color ) : System
loc Point3
color string
Résultat System

move() public méthode

public move ( Point3 loc ) : void
loc Point3
Résultat void

render() public méthode

public render ( ) : List
Résultat List

update() public méthode

public update ( float time ) : void
time float
Résultat void

Property Details

loc public_oe property

public Point3,VisualPOVRAY loc
Résultat Point3