- type
- class
- extends
- Arbiter
Fluid interaction subtype for Arbiter.
Instance Properties hide inherited show inherited
readonly var body1 : nape.phys.Body
inherited from nape.dynamics.Arbiter
The first body in Arbiter interaction.
readonly var body2 : nape.phys.Body
inherited from nape.dynamics.Arbiter
readonly var collisionArbiter : Null<CollisionArbiter>
inherited from nape.dynamics.Arbiter
readonly var fluidArbiter : Null<FluidArbiter>
inherited from nape.dynamics.Arbiter
readonly var isSleeping : Bool
inherited from nape.dynamics.Arbiter
var position : nape.geom.Vec2
readonly var shape1 : nape.shape.Shape
inherited from nape.dynamics.Arbiter
readonly var shape2 : nape.shape.Shape
inherited from nape.dynamics.Arbiter
readonly var state : nape.callbacks.PreFlag
inherited from nape.dynamics.Arbiter
readonly var type : ArbiterType
inherited from nape.dynamics.Arbiter
The type of this Arbiter.
Instance Methods hide inherited show inherited
function buoyancyImpulse(body:nape.phys.Body = null):nape.geom.Vec3
function dragImpulse(body:nape.phys.Body = null):nape.geom.Vec3
isCollisionArbiter():Bool
inherited from nape.dynamics.Arbiter
isFluidArbiter():Bool
inherited from nape.dynamics.Arbiter
isSensorArbiter():Bool
inherited from nape.dynamics.Arbiter
function totalImpulse(body:nape.phys.Body = null, freshOnly:Bool = false):nape.geom.Vec3
overrides nape.dynamics.Arbiter