Axiom.RenderSystems.OpenGLES.GLESFBOMultiRenderTarget.this C# (CSharp) Méthode

this() public méthode

public this ( string attribute ) : object
attribute string
Résultat object
		public override object this[ string attribute ]
		{
			get
			{
				if ( attribute == "FBO" )
					return _fbo;

				return base[ attribute ];
			}
		}
	}