IDOMObjectExtended

From Virtual World Web Wiki
Jump to: navigation, search

An interface to a DOMObjectExtended javascript object. These will only be passed in to Layer Two methods that are offered to the JavaScript environment, and would be dangerous to access outside of one of those calls which always happen in the context of a JavaScript Isolate thread

Remarks [edit]

Properties

DOMObject Owner {get;}
Gives you access to the actual DOMObject wrapped by this JavaScript wrapper

Methods

IConnectionIdentity FindConnectionIdentity()
If the wrapped DOMObject is a DOMController which is the root of a Participant avatar, this helper will locate the IConnectionIdentity for the participant.