点击或拖拽改变大小

OpenGLLight 方法 (UInt32, UInt32, Int32)

Set the parameter (pname) of the light 'light'.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Light(
	uint light,
	uint pname,
	int[] parameters
)

参数

light
类型:SystemUInt32
The light you wish to set parameters for.
pname
类型:SystemUInt32
The parameter you want to set.
parameters
类型:SystemInt32
The parameters.
参见