C# Class Fractrace.GlobalParameters

Afficher le fichier Open project: trafassel/Gestaltlupe Class Usage Examples

Méthodes publiques

Méthode Description
IsMaterialProperty ( string name ) : bool
IsSceneProperty ( string name ) : bool

Return true if ParameterDict Element with name has effect to scene.

SetGlobalParameters ( ) : void

Hier können vom Programm aus globale Parameter hinzugefügt werden.

Method Details

IsMaterialProperty() public static méthode

public static IsMaterialProperty ( string name ) : bool
name string
Résultat bool

IsSceneProperty() public static méthode

Return true if ParameterDict Element with name has effect to scene.
public static IsSceneProperty ( string name ) : bool
name string
Résultat bool

SetGlobalParameters() public static méthode

Hier können vom Programm aus globale Parameter hinzugefügt werden.
public static SetGlobalParameters ( ) : void
Résultat void