C# Class VisualPOVRAY.Frame

Afficher le fichier Open project: TheAwesomePossum/VisualPOVray Class Usage Examples

Méthodes publiques

Méthode Description
Frame ( Camera cam, String color = "Black", bool animated = false ) : System
add ( PovObj o ) : void
addEvent ( Event e ) : void
addInclude ( String include ) : void
getFrame ( ) : int
heartbeat ( float time ) : void
remove ( PovObj o ) : void
render ( ) : void
start ( int frameRate, double time ) : void

Method Details

Frame() public méthode

public Frame ( Camera cam, String color = "Black", bool animated = false ) : System
cam Camera
color String
animated bool
Résultat System

add() public méthode

public add ( PovObj o ) : void
o PovObj
Résultat void

addEvent() public méthode

public addEvent ( Event e ) : void
e Event
Résultat void

addInclude() public méthode

public addInclude ( String include ) : void
include String
Résultat void

getFrame() public méthode

public getFrame ( ) : int
Résultat int

heartbeat() public méthode

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

remove() public méthode

public remove ( PovObj o ) : void
o PovObj
Résultat void

render() public méthode

public render ( ) : void
Résultat void

start() public méthode

public start ( int frameRate, double time ) : void
frameRate int
time double
Résultat void