C# 클래스 Monobjc.AppKit.NSOpenGLContext

파일 보기 프로젝트 열기: Monobjc/monobjc 1 사용 예제들

공개 메소드들

메소드 설명
SetValuesForParameter ( Object vals, NSOpenGLContextParameter param ) : void

Sets the value of the specified parameter.

Original signature is '- (void)setValues:(const GLint *)vals forParameter:(NSOpenGLContextParameter)param'

Available in Mac OS X v10.0 and later.

SetValuesForParameter ( int vals, NSOpenGLContextParameter param ) : void

Sets the value of the specified parameter.

Original signature is '- (void)setValues:(const GLint *)vals forParameter:(NSOpenGLContextParameter)param'

Available in Mac OS X v10.0 and later.

메소드 상세

SetValuesForParameter() 공개 메소드

Sets the value of the specified parameter.

Original signature is '- (void)setValues:(const GLint *)vals forParameter:(NSOpenGLContextParameter)param'

Available in Mac OS X v10.0 and later.

public SetValuesForParameter ( Object vals, NSOpenGLContextParameter param ) : void
vals Object The new value (or values) for the parameter.
param NSOpenGLContextParameter The parameter you want to modify. For a list of parameters, see NSOpenGLContextParameter.
리턴 void

SetValuesForParameter() 공개 메소드

Sets the value of the specified parameter.

Original signature is '- (void)setValues:(const GLint *)vals forParameter:(NSOpenGLContextParameter)param'

Available in Mac OS X v10.0 and later.

public SetValuesForParameter ( int vals, NSOpenGLContextParameter param ) : void
vals int The new value (or values) for the parameter.
param NSOpenGLContextParameter The parameter you want to modify. For a list of parameters, see NSOpenGLContextParameter.
리턴 void