C# 클래스 Axiom.Graphics.CompositorInstanceMaterialEventArgs

상속: System.EventArgs
파일 보기 프로젝트 열기: WolfgangSt/axiom 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Material Material
PassID uint

공개 메소드들

메소드 설명
CompositorInstanceMaterialEventArgs ( uint passId, Material material ) : System

메소드 상세

CompositorInstanceMaterialEventArgs() 공개 메소드

public CompositorInstanceMaterialEventArgs ( uint passId, Material material ) : System
passId uint
material Material
리턴 System

프로퍼티 상세

Material 공개적으로 프로퍼티

Material, this may be changed at will and will only affect the current instance of the Compositor, not the global material it was cloned from.
public Material,Axiom.Graphics Material
리턴 Material

PassID 공개적으로 프로퍼티

Pass identifier within Compositor instance, this is specified by the user by CompositionPass.SetIdentifier().
public uint PassID
리턴 uint