Difference between revisions of "JavaScript Client Objects"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the JavaScript Client Objects class)
(Documentation for the JavaScript Client Objects class)
 
(6 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
===<span id="AvatarSocialInfo"></span>AvatarSocialInfo <span class="SectionLink">([[AvatarSocialInfo|Full Article]])</span>===
 
===<span id="AvatarSocialInfo"></span>AvatarSocialInfo <span class="SectionLink">([[AvatarSocialInfo|Full Article]])</span>===
 
===<span id="GUIAudio"></span>GUIAudio <span class="SectionLink">([[GUIAudio|Full Article]])</span>===
 
===<span id="GUIAudio"></span>GUIAudio <span class="SectionLink">([[GUIAudio|Full Article]])</span>===
 +
A class representing a configurable audio resource for a UI element
 +
 
===<span id="GUIRectTransform"></span>GUIRectTransform <span class="SectionLink">([[GUIRectTransform|Full Article]])</span>===
 
===<span id="GUIRectTransform"></span>GUIRectTransform <span class="SectionLink">([[GUIRectTransform|Full Article]])</span>===
 +
Javascript wrapper about RectTransform
 +
 
===<span id="GUISprite"></span>GUISprite <span class="SectionLink">([[GUISprite|Full Article]])</span>===
 
===<span id="GUISprite"></span>GUISprite <span class="SectionLink">([[GUISprite|Full Article]])</span>===
 +
A class representing an image and the configuration to display it
 +
 +
===<span id="InventoryContainer"></span>InventoryContainer <span class="SectionLink">([[InventoryContainer|Full Article]])</span>===
 
===<span id="InventoryView"></span>InventoryView <span class="SectionLink">([[InventoryView|Full Article]])</span>===
 
===<span id="InventoryView"></span>InventoryView <span class="SectionLink">([[InventoryView|Full Article]])</span>===
 
===<span id="JSAbility"></span>JSAbility <span class="SectionLink">([[JSAbility|Full Article]])</span>===
 
===<span id="JSAbility"></span>JSAbility <span class="SectionLink">([[JSAbility|Full Article]])</span>===

Latest revision as of 12:32, 23 May 2018

Remarks [edit]

AvatarSocialInfo (Full Article)

GUIAudio (Full Article)

A class representing a configurable audio resource for a UI element

GUIRectTransform (Full Article)

Javascript wrapper about RectTransform

GUISprite (Full Article)

A class representing an image and the configuration to display it

InventoryContainer (Full Article)

InventoryView (Full Article)

JSAbility (Full Article)

JSAbilityBase (Full Article)

JSAbilityGroup (Full Article)

JSCamera (Full Article)

JSChatChannel (Full Article)

SelectionManager (Full Article)

TargetObject (Full Article)

WebClient (Full Article)

Class for making web requests to servers from the client