Difference between revisions of "IDOMObjectExtended"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the IDOMObjectExtended class)
(Documentation for the IDOMObjectExtended class)
 
Line 1: Line 1:
An interface to a [[Layer One]] [[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
+
An interface to a [[DOMObjectExtended]] javascript object. These will only be passed in to [[Network Architecture#Layer_Two|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 <nowiki>[</nowiki>[{{fullurl:IDOMObjectExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:IDOMObjectExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===

Latest revision as of 12:09, 30 April 2019

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.