Axiom.Graphics.CompositionPass.GetInput C# (CSharp) 메소드

GetInput() 공개 메소드

Get the value of an input.
Note applies when CompositorPassType is RenderQuad
public GetInput ( int id ) : InputTexture
id int Input to get. Must be in 0..Config.MaxTextureLayers-1.
리턴 InputTexture
		public InputTexture GetInput( int id )
		{
			return inputs[ id ];
		}