RecastJSPlugin class
class RecastJSPlugin
- Implemented types
- Annotations
-
- @JS()
Constructors
- RecastJSPlugin.new([dynamic recastInjection])
Properties
Methods
-
override
-
computePath(
Vector3 start, Vector3 end) → List< Vector3> -
override
-
createCrowd(
num maxAgents, num maxAgentRadius, Scene scene) → ICrowd -
override
-
override
-
override
-
dispose(
) → void -
override
-
getClosestPoint(
Vector3 position) → Vector3 -
override
-
getClosestPointToRef(
Vector3 position, Vector3 result) → void -
override
-
getDefaultQueryExtent(
) → Vector3 -
override
-
getDefaultQueryExtentToRef(
Vector3 result) → void -
override
-
getMaximumSubStepCount(
) → num -
override
-
override
-
getRandomPointAround(
Vector3 position, num maxRadius) → Vector3 -
override
-
getRandomPointAroundToRef(
Vector3 position, num maxRadius, Vector3 result) → void -
override
-
getTimeStep(
) → num -
override
-
isSupported(
) → bool -
override
-
moveAlong(
Vector3 position, Vector3 destination) → Vector3 -
override
-
moveAlongToRef(
Vector3 position, Vector3 destination, Vector3 result) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDefaultQueryExtent(
Vector3 extent) → void -
override
-
setMaximumSubStepCount(
num newStepCount) → void -
override
-
setTimeStep(
num newTimeStep) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited