1 / 5
文档名称:

GL Studio 方法.doc

格式:doc   页数:5页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

GL Studio 方法.doc

上传人:wzt520728 2015/9/1 文件大小:0 KB

下载得到文件列表

GL Studio 方法.doc

文档介绍

文档介绍:GL Studio Object Properties Object Code
Event :
Knob position changed
旋钮的位置变化
Knob detent changed
旋钮的擎子变化
Push Button position changed
按钮的位置变化
Switch position changed
开关位置变化
Left Mouse Down
鼠标左键按下
Left Mouse Up
鼠标左键弹起
Mouse Drag
鼠标拖拽
Mouse Enter
鼠标进入
Mouse Levea
鼠标离开
Mouse Move
鼠标移动
Right Mouse Down
鼠标右键按下
Right Mouse Up
鼠标右键弹起
Object Event Is
触发的目标事件
Object Event and Data
触发目标事件的数据
Emit Event:
Emit Object Event
发送目标事件
Emit Object Event with Data
发送目标事件的数据
Play Sound 播放声音
Display Object:
void AlphaMode(int mode) //Sets the alpha mode (AlphaMode_e)
设置透明度
int AlphaMode(void)//Gets the alpha mode (AlphaMode_e)
获取透明度
int AntiAlias(bool mode)//Set the anti aliasing state
设置相反的混淆状态
int AntiAlias(void)//Get the anti aliasing state
获取相反的混淆状态
DistiAttribDict &Attributes()//Returns the object attribute list
返回目标对象的属性列表
void Blinking(bool blink)//blinking state
瞬间状态
int Blinking()//Returns blinking state (blinking 闪光的,一眨眼的)
返回瞬间状态
void BlinkRate(float rate)//Sets
float BlinkRate()//Returns blink rate
CallbackMethodCallerBase *CallbackCaller()//Returns current callback function
void CallbackCaller(CallbackMethodCallerBase *cb)//Sets current callback function
DisplayObject * CloneObject(bool generateNames=false)
//Duplicates this object ,it does not add it to the hierarchy
void CullBackFace(int mode)//Sets the backface culling mode