C# Class Fractrace.GlobalParameters

ファイルを表示 Open project: trafassel/Gestaltlupe Class Usage Examples

Public Methods

Method 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 method

public static IsMaterialProperty ( string name ) : bool
name string
return bool

IsSceneProperty() public static method

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

SetGlobalParameters() public static method

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