DOMController

From Virtual World Web Wiki
Revision as of 11:51, 12 October 2016 by Spark5 (Talk | contribs) (Documentation for the DOMController class)

Jump to: navigation, search

Remarks [edit]

Properties

DOMController ActiveController {get; set;}
long ActiveControllerID {get; set;}
DOMAnimationController AnimationController {get; set;}
long AnimationControllerID {get; set;}
int BlendshapeTypeNodeID {get; set;}
int Direction {get; set;}
bool Grounded {get; set;}
bool GroundSitting {get; set;}
bool Jumping {get; set;}
string LookAtBone {get; set;}
long LookAtID {get; set;}
DOMTransform LootAt {get; set;}
int ParticipantID {get; set;}
bool PositionLocked {get; set;}
int Running {get; set;}
Single Speed {get; set;}

Constructors

DOMController()
DOMController(DOMObject[] children)
DOMController(string title, DOMObject[] children)

Methods