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

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

public this ( string attribute ) : object
attribute string
Результат object
		public override object this[ string attribute ]
		{
			get
			{
				if ( attribute.ToLower() == "target" )
				{
					GLSurfaceDesc desc;
					desc.Buffer = this.pixelBuffer as GLHardwarePixelBuffer;
					desc.ZOffset = this.zOffset;
					return desc;
				}

				return null;
			}
		}
	}
GLCopyingRenderTexture