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 [[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
  
* This is a JavaScript visible object
 
 
===Remarks <nowiki>[</nowiki>[{{fullurl:IDOMObjectExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
===Remarks <nowiki>[</nowiki>[{{fullurl:IDOMObjectExtended Remarks|action=edit}} edit]<nowiki>]</nowiki>===
 
{{#ifexist:IDOMObjectExtended Remarks|{{:IDOMObjectExtended Remarks}}|}}
 
{{#ifexist:IDOMObjectExtended Remarks|{{:IDOMObjectExtended Remarks}}|}}
 +
 +
===Properties===
 +
:{{CSharp|DOMObject Owner {get;} }}
 +
::
 +
::Gives you access to the actual [[DOMObject]] wrapped by this JavaScript wrapper
 +
 +
===Methods===
 +
:{{CSharp|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.
  
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 21:39, 12 April 2017

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

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.