DOMRenderableHookPoint

From Virtual World Web Wiki
Jump to: navigation, search

Represents a hookpoint that can only contain a DOMRenderable node.

Remarks [edit]

Properties

string AttachToBone {get; set;}
The name of a bone in the parent skeleton to attach the child DOMRenderable to.
BlendShapeInfo[] BlendShapes {get; set;}
Point3D PositionOffset {get; set;}
Gets or sets the renderable hookpoint's position offset
Point3D RotationOffset {get; set;}
Gets or sets the renderable hookpoint's rotation offset

Constructors

DOMRenderableHookPoint()
Constructs a new DOMRenderableHookPoint with default settings
DOMRenderableHookPoint(string title)
Constructs a new DOMRenderableHookPoint, setting a title at the same time
DOMRenderableHookPoint(string title, DOMObject child)
Constructs a new DOMRenderableHookPoint, adding the only child at the same time

Methods

bool CheckChild(DOMObject value)
Called on DOMObject derived types just before a child is added to their Children collection to ensure they are acceptable