TargetObject

From Virtual World Web Wiki
Jump to: navigation, search
  • This is a JavaScript visible object

Remarks [edit]

Properties

TargetingMode CurrentMode {get; set;}
bool DieWhenCompleted {get; set;}
Should the object destroy itself when the user finishes editting it
JSVector3 Position {get; set;}
Controls position of the edit object
float Radius {get; set;}
Controls size of this edit object
JSVector3 Rotation {get; set;}
Controls rotation of the edit object
JSFlexibleFunction TargetAcquired {get; set;}
Event called when the user finishes editting
bool Visible {get; set;}
Controls visibility of this edit target

Methods

void Destroy()
Call to destroy this edit target immediately