Difference between revisions of "DOMHookPoint"

From Virtual World Web Wiki
Jump to: navigation, search
(Documentation for the DOMHookPoint class)
(Documentation for the DOMHookPoint class)
Line 5: Line 5:
 
===Properties===
 
===Properties===
 
:{{CSharp|string[] HookpointGroups {get; set;} }}
 
:{{CSharp|string[] HookpointGroups {get; set;} }}
 +
 +
===Constructors===
 +
:{{CSharp|DOMHookPoint()}}
 +
 +
:{{CSharp|DOMHookPoint(string title)}}
 +
 +
:{{CSharp|DOMHookPoint(string title, DOMObject child)}}
  
 
===Methods===
 
===Methods===
 
__NOTOC____NOEDITSECTION__
 
__NOTOC____NOEDITSECTION__

Revision as of 11:51, 12 October 2016

Remarks [edit]

Properties

string[] HookpointGroups {get; set;}

Constructors

DOMHookPoint()
DOMHookPoint(string title)
DOMHookPoint(string title, DOMObject child)

Methods