DOMIKLink

From Virtual World Web Wiki
Jump to: navigation, search

Used to connect animation curves to DOMIKTarget targets

  • Inherits class: DOMObject
  • This is a leaf node type. This node type cannot have children.

Remarks [edit]

Properties

string CurveName {get; set;}
The animation curve name that this link is connecting to the specified DOMIKTarget
AvatarIKGoal IKGoal {get; set;}
The goal point on the controller
long TargetObjectID {get; set;}
The ID of the DOMIKTarget object to link to

Constructors

DOMIKLink()
Constructs a new DOMIKLink with default settings
DOMIKLink(string title)
Constructs a new DOMIKLink, setting a title and adding children at the same time

Methods

bool CheckParent(DOMObject parent)
Called on DOMObject derived types just before they are added to the DOM to ensure their parent is appropriate.