INavMeshParameters class

interface INavMeshParameters

Annotations
  • @JS()
  • @anonymous

Constructors

INavMeshParameters({num cs, num ch, num walkableSlopeAngle, num walkableHeight, num walkableClimb, num walkableRadius, num maxEdgeLen, num maxSimplificationError, num minRegionArea, num mergeRegionArea, num maxVertsPerPoly, num detailSampleDist, num detailSampleMaxError})
factory

Properties

ch num
no setter
cs num
no setter
detailSampleDist num
no setter
detailSampleMaxError num
no setter
hashCode int
The hash code for this object.
no setterinherited
maxEdgeLen num
no setter
maxSimplificationError num
no setter
maxVertsPerPoly num
no setter
mergeRegionArea num
no setter
minRegionArea num
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
walkableClimb num
no setter
walkableHeight num
no setter
walkableRadius num
no setter
walkableSlopeAngle num
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited