C# 클래스 Fractrace.GlobalParameters

파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

IsMaterialProperty() 공개 정적인 메소드

public static IsMaterialProperty ( string name ) : bool
name string
리턴 bool

IsSceneProperty() 공개 정적인 메소드

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

SetGlobalParameters() 공개 정적인 메소드

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