Свойство | Тип | Описание | |
---|---|---|---|
_diffuseFileName | string | ||
_flipX | bool | ||
_flipY | bool | ||
_maskFileName | string | ||
_overlayFileName | string | ||
_triggerList | List |
Метод | Описание | |
---|---|---|
AllocResources ( ) : void | ||
Begin ( ) : void | ||
Dispose ( ) : void | ||
GUIAnimation ( ) : System | ||
GUIAnimation ( |
||
GUIAnimation ( int parentId ) : System | ||
GUIAnimation ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strTextureNames ) : System | ||
OnMessage ( |
||
Refresh ( ) : void | ||
Render ( float timePassed ) : void | ||
SetBorder ( string border, |
||
SetFileName ( string newFilename ) : void | ||
SetPosition ( int dwPosX, int dwPosY ) : void |
Метод | Описание | |
---|---|---|
InitTriggerList ( ) : void |
public GUIAnimation ( |
||
a | ||
Результат | System |
public GUIAnimation ( int parentId ) : System | ||
parentId | int | |
Результат | System |
public GUIAnimation ( int dwParentID, int dwControlId, int dwPosX, int dwPosY, int dwWidth, int dwHeight, string strTextureNames ) : System | ||
dwParentID | int | |
dwControlId | int | |
dwPosX | int | |
dwPosY | int | |
dwWidth | int | |
dwHeight | int | |
strTextureNames | string | |
Результат | System |
public OnMessage ( |
||
message | ||
Результат | bool |
public SetBorder ( string border, |
||
border | string | |
position | ||
textureRepeat | bool | |
textureRotate | bool | |
textureFilename | string | |
colorKey | long | |
hasCorners | bool | |
cornerTextureRotate | bool | |
Результат | void |
public SetFileName ( string newFilename ) : void | ||
newFilename | string | |
Результат | void |
public SetPosition ( int dwPosX, int dwPosY ) : void | ||
dwPosX | int | |
dwPosY | int | |
Результат | void |