DOMPhysicsPathingExtended

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

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

Represents a DOMPhysicsPathing in JavaScript

Remarks [edit]

Properties

DOMPhysicsPace MaxPace {get; set;} // Via attribution on DOMPhysicsPathing
The maximum speed with which the parent transform should move, in the case of a creature, appropriate animations should be triggered.
float RunDistance {get; set;} // Via attribution on DOMPhysicsPathing
The distance at which the pathing creature will begin running (if possible, see MaxPace)
float SprintDistance {get; set;} // Via attribution on DOMPhysicsPathing
The distance at which the pathing creature will begin sprinting (if possible, see MaxPace)