Method | Description | |
---|---|---|
CallAnimationEndEvent ( string _animationName ) : void | ||
CallAvatarCustomizeAnimation ( int _index ) : void | ||
CallAvatarPicked ( string _avatarInformation ) : void | ||
CallCameraLookAt ( float _px, float _py, float _pz, float _tx, float _ty, float _tz ) : void | ||
CallDebugMessage ( string _message ) : void | ||
CallGetAvatarCount ( ) : string | ||
CallGetCameraAngleY ( ) : string | ||
CallGetCameraDistance ( ) : string | ||
CallGetCameraFOV ( ) : string | ||
CallGetCameraOffsetY ( ) : string | ||
CallGetCameraPosition ( ) : string |
Get camera position.
|
|
CallGetCameraTarget ( ) : string |
Get camera position.
|
|
CallGetFPS ( ) : int | ||
CallGetLoggedinAvatarUUIDList ( ) : string | ||
CallGetMessageFromHistory ( int _index ) : string |
Get all messages from message history.
|
|
CallGetMessageHistoryLength ( ) : int |
Get all stored message count.
|
|
CallGetObjectCount ( ) : string | ||
CallGetPrimitiveCount ( ) : int | ||
CallGetRegionName ( ) : string | ||
CallGetTextureCount ( ) : int | ||
CallGetUserAvatarAnimationName ( ) : string | ||
CallGetUserAvatarName ( ) : string | ||
CallGetUserAvatarPosition ( ) : string | ||
CallGetUserAvatarUUID ( ) : string | ||
CallGetUserUUID ( ) : string | ||
CallGetWorldTime ( ) : string | ||
CallLogin ( string _firstName, string _lastName, string _password, string _serverURL, string _loginLocation ) : void |
Login with specified account data
|
|
CallLogout ( ) : void |
Logout immediately
|
|
CallOpenWindow ( string _target, string _uri ) : void |
Open browser window with specified uri.
|
|
CallReceiveImage ( string texname ) : void | ||
CallReceiveInstantMessaged ( string _uuid, string _avatarName, string _message ) : void |
When a user receive instant message in In-world, this function will notify the reseived message.
|
|
CallReceiveMessaged ( string _uuid, string _avatarName, string _message ) : void |
When a user receive text chat message in In-world, this function will notify the reseived message.
|
|
CallRequestImage ( string _assetUUID, string _useCache ) : void | ||
CallSendChat ( string _message, int _range ) : void |
Send text chat message via DHTM
|
|
CallSendIM ( string _target_uuid, string _message ) : void |
Send InstantMessage via DHTM
|
|
CallSetCameraAngleY ( float _min, float _max ) : void | ||
CallSetCameraDistance ( float _distance ) : void | ||
CallSetCameraFOV ( float _fov ) : void | ||
CallSetCameraFOVDegree ( float _fov ) : void | ||
CallSetCameraOffsetY ( float _offsetY ) : void | ||
CallSetFixDirectional ( string _flag ) : void | ||
CallSetFixDirectionalAmbientColor ( string _colors ) : void | ||
CallSetFixDirectionalDiffuseColor ( string _colors ) : void | ||
CallSetFixDirectionalRotation ( string _radRotation ) : void | ||
CallSetTexture ( string _objectUUID, int _materialIndex, string _filename, string _requestEnable ) : string | ||
CallSetTickOn ( string _flag ) : void | ||
CallSetWorldAmbientColor ( string _colors ) : void | ||
CallSetWorldTime ( string _dataTime ) : void | ||
CallSitOn ( string _uuid ) : void |
Sit on specified SIT ball object.
|
|
CallStandUp ( ) : void |
Stand up from specified SIT ball object.
|
|
CallStateChanged ( int _state ) : void | ||
CallTeleport ( string _regionName, int _x, int _y, int _z ) : void |
When a user receive someone/himself teleport started same sim in In-world, this function will notify the message.
|
|
CallTeleportTo ( string _regionName, int _x, int _y, int _z ) : void |
Teleport to specified location.
|
|
CallTeleported ( string _uuid, string _avatar, int _x, int _y, int _z ) : void |
When a user receive someone/himself teleported same sim in In-world, this function will notify the message.
|
|
CallTouchTo ( string _uuid ) : void |
Touch specified object.
|
|
CallTouched ( string _uuid ) : void |
When a user touch specified object in In-world, this function will notify the object UUID.
|
|
CallUserAvatarDown ( bool _flag ) : void | ||
CallUserAvatarLeft ( ) : void | ||
CallUserAvatarRight ( ) : void | ||
CallUserAvatarUp ( bool _flag ) : void | ||
Cleanup ( ) : void | ||
Dispatch ( string action, string message ) : void | ||
Initialize ( IRefController _reference ) : void | ||
RegisterCallback ( string action, Callback callback ) : void | ||
RegisterMessage ( string action, MessageHandler message ) : void | ||
RunCallback ( string action, string message ) : string | ||
SendMessage ( string action, object parameters ) : object | ||
TeleportThread ( object _obj ) : void | ||
TeleportedThread ( object _obj ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
AvatarPickedThredFunction ( object _parent ) : void | ||
TouchedThred ( object _parent ) : void |
public CallAnimationEndEvent ( string _animationName ) : void | ||
_animationName | string | |
return | void |
public CallAvatarCustomizeAnimation ( int _index ) : void | ||
_index | int | |
return | void |
public CallAvatarPicked ( string _avatarInformation ) : void | ||
_avatarInformation | string | |
return | void |
public CallCameraLookAt ( float _px, float _py, float _pz, float _tx, float _ty, float _tz ) : void | ||
_px | float | |
_py | float | |
_pz | float | |
_tx | float | |
_ty | float | |
_tz | float | |
return | void |
public CallDebugMessage ( string _message ) : void | ||
_message | string | |
return | void |
public CallGetLoggedinAvatarUUIDList ( ) : string | ||
return | string |
public CallGetMessageFromHistory ( int _index ) : string | ||
_index | int | message's history number |
return | string |
public CallGetUserAvatarAnimationName ( ) : string | ||
return | string |
public CallGetUserAvatarPosition ( ) : string | ||
return | string |
public CallLogin ( string _firstName, string _lastName, string _password, string _serverURL, string _loginLocation ) : void | ||
_firstName | string | firstName |
_lastName | string | lastName |
_password | string | password |
_serverURL | string | serverURL http://login-server-url |
_loginLocation | string | |
return | void |
public CallOpenWindow ( string _target, string _uri ) : void | ||
_target | string | Window target |
_uri | string | Target uri |
return | void |
public CallReceiveImage ( string texname ) : void | ||
texname | string | |
return | void |
public CallReceiveInstantMessaged ( string _uuid, string _avatarName, string _message ) : void | ||
_uuid | string | UUID of avatar |
_avatarName | string | Name of avatar |
_message | string | Received message |
return | void |
public CallReceiveMessaged ( string _uuid, string _avatarName, string _message ) : void | ||
_uuid | string | UUID of avatar |
_avatarName | string | Name of avatar |
_message | string | Received message |
return | void |
public CallRequestImage ( string _assetUUID, string _useCache ) : void | ||
_assetUUID | string | |
_useCache | string | |
return | void |
public CallSendChat ( string _message, int _range ) : void | ||
_message | string | Chat message |
_range | int | Range of spread area /// 1 : whisper /// 2 : say /// 3 : shout /// |
return | void |
public CallSendIM ( string _target_uuid, string _message ) : void | ||
_target_uuid | string | target user uuid |
_message | string | message |
return | void |
public CallSetCameraAngleY ( float _min, float _max ) : void | ||
_min | float | |
_max | float | |
return | void |
public CallSetCameraDistance ( float _distance ) : void | ||
_distance | float | |
return | void |
public CallSetCameraFOV ( float _fov ) : void | ||
_fov | float | |
return | void |
public CallSetCameraFOVDegree ( float _fov ) : void | ||
_fov | float | |
return | void |
public CallSetCameraOffsetY ( float _offsetY ) : void | ||
_offsetY | float | |
return | void |
public CallSetFixDirectional ( string _flag ) : void | ||
_flag | string | |
return | void |
public CallSetFixDirectionalAmbientColor ( string _colors ) : void | ||
_colors | string | |
return | void |
public CallSetFixDirectionalDiffuseColor ( string _colors ) : void | ||
_colors | string | |
return | void |
public CallSetFixDirectionalRotation ( string _radRotation ) : void | ||
_radRotation | string | |
return | void |
public CallSetTexture ( string _objectUUID, int _materialIndex, string _filename, string _requestEnable ) : string | ||
_objectUUID | string | |
_materialIndex | int | |
_filename | string | |
_requestEnable | string | |
return | string |
public CallSetWorldAmbientColor ( string _colors ) : void | ||
_colors | string | |
return | void |
public CallSetWorldTime ( string _dataTime ) : void | ||
_dataTime | string | |
return | void |
public CallSitOn ( string _uuid ) : void | ||
_uuid | string | Sit target object UUID |
return | void |
public CallStateChanged ( int _state ) : void | ||
_state | int | |
return | void |
public CallTeleport ( string _regionName, int _x, int _y, int _z ) : void | ||
_regionName | string | regionName |
_x | int | X axsis position |
_y | int | Y axsis position |
_z | int | Z axsis position |
return | void |
public CallTeleportTo ( string _regionName, int _x, int _y, int _z ) : void | ||
_regionName | string | regionName |
_x | int | X axsis position |
_y | int | Y axsis position |
_z | int | Z axsis position |
return | void |
public CallTeleported ( string _uuid, string _avatar, int _x, int _y, int _z ) : void | ||
_uuid | string | UUID of avatar |
_avatar | string | Name of avatar |
_x | int | X axsis position |
_y | int | Y axsis position |
_z | int | Z axsis position |
return | void |
public CallTouchTo ( string _uuid ) : void | ||
_uuid | string | Target object UUID |
return | void |
public CallTouched ( string _uuid ) : void | ||
_uuid | string | Touched object UUID |
return | void |
public CallUserAvatarDown ( bool _flag ) : void | ||
_flag | bool | |
return | void |
public CallUserAvatarUp ( bool _flag ) : void | ||
_flag | bool | |
return | void |
public Dispatch ( string action, string message ) : void | ||
action | string | |
message | string | |
return | void |
public Initialize ( IRefController _reference ) : void | ||
_reference | IRefController | |
return | void |
public RegisterCallback ( string action, Callback callback ) : void | ||
action | string | |
callback | Callback | |
return | void |
public RegisterMessage ( string action, MessageHandler message ) : void | ||
action | string | |
message | MessageHandler | |
return | void |
public RunCallback ( string action, string message ) : string | ||
action | string | |
message | string | |
return | string |
public SendMessage ( string action, object parameters ) : object | ||
action | string | |
parameters | object | |
return | object |
public TeleportedThread ( object _obj ) : void | ||
_obj | object | |
return | void |