DOMPhysicsPathToExtended

From Virtual World Web Wiki
Revision as of 14:15, 15 January 2018 by Spark5 (Talk | contribs) (Documentation for the DOMPhysicsPathToExtended class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Represents a DOMPhysicsPathTo in JavaScript

Remarks [edit]

Properties

float MaxDistance {get; set;} // Via attribution on DOMPhysicsPathTo
Gets or sets the acceptance threshold for reaching the target
Point3D Target {get; set;} // Via attribution on DOMPhysicsPathTo
Gets or sets the transform's position component
float X {get; set;} // Via attribution on DOMPhysicsPathTo
Gets or sets the X part of the transform's position component
float Y {get; set;} // Via attribution on DOMPhysicsPathTo
Gets or sets the Y part of the transform's position component
float Z {get; set;} // Via attribution on DOMPhysicsPathTo
Gets or sets the Z part of the transform's position component