Axiom.Graphics.CompositionPass.SetInput C# (CSharp) Method

SetInput() public method

public SetInput ( int id ) : void
id int
return void
		public void SetInput( int id )
		{
			SetInput( id, null, 0 );
		}

Same methods

CompositionPass::SetInput ( int id, string name ) : void
CompositionPass::SetInput ( int id, string name, int mrtIndex ) : void