Axiom.Core.SceneManager.SetPass C# (CSharp) Method

SetPass() public method

If only the first parameter is supplied
public SetPass ( Pass pass ) : Pass
pass Pass
return Pass
		public virtual Pass SetPass( Pass pass )
		{
			return this.SetPass( pass, false, true );
		}

Same methods

SceneManager::SetPass ( Pass pass, bool evenIfSuppressed ) : Pass
SceneManager::SetPass ( Pass pass, bool evenIfSuppressed, bool shadowDerivation ) : Pass
SceneManager