Qyoto.QGLFramebufferObjectFormat.SetAttachment C# (CSharp) 메소드

SetAttachment() 공개 메소드

public SetAttachment ( QGLFramebufferObject attachment ) : void
attachment QGLFramebufferObject
리턴 void
        public void SetAttachment(QGLFramebufferObject.Attachment attachment)
        {
            interceptor.Invoke("setAttachment$", "setAttachment(QGLFramebufferObject::Attachment)", typeof(void), typeof(QGLFramebufferObject.Attachment), attachment);
        }