JavaScript Server Objects

From Virtual World Web Wiki
Jump to: navigation, search

Remarks [edit]

These are JavaScript wrappers for C# objects that can be passed down into JavaScript as return value of a function call or as the parameter to an event or callback method.

AbilityExtended (Full Article)

Represents a user ability

AbilityGroupExtended (Full Article)

Represents a user ability group

AbilitySetExtended (Full Article)

Represents a user ability set

ChatChannelExtended (Full Article)

ChatMessageEventArgsExtended (Full Article)

Represents a chat message

DOMPropertiesExtended (Full Article)

Represents the property collection on a DOMObject

InteractionMappingExtended (Full Article)

Represents a mapping between an ability and nodes in the DOM for which the ability should be an Interaction

ParticipantExtended (Full Article)

Represents a participant in an instance. A participant is the owner of a connection's current avatar in an instance of a scene. It represents the user's actions in the instance, and is the source of interaction events like mouse clicks.

ViewAbilityExtended (Full Article)

Represents a runtime ability created in the view

ViewExtended (Full Article)

Represents a View which hosts live DOM