Axiom.RenderSystems.OpenGL.GLFBORenderTexture.this C# (CSharp) Метод

this() публичный Метод

public this ( string attribute ) : object
attribute string
Результат object
		public override object this[ string attribute ]
		{
			get
			{
				switch ( attribute.ToLower() )
				{
					case "fbo":
						return _fbo;
					default:
						return null;
				}
			}
		}