PhysicsImpostorParameters class

interface PhysicsImpostorParameters

Annotations
  • @JS()
  • @anonymous

Constructors

PhysicsImpostorParameters({num mass, num friction, num restitution, dynamic nativeOptions, bool ignoreParent, bool disableBidirectionalTransformation, num pressure, num stiffness, num velocityIterations, num positionIterations, num fixedPoints, num margin, num damping, dynamic path, dynamic shape})
factory

Properties

damping num
no setter
disableBidirectionalTransformation bool
no setter
fixedPoints num
no setter
friction num
no setter
hashCode int
The hash code for this object.
no setterinherited
ignoreParent bool
no setter
margin num
no setter
mass num
no setter
nativeOptions → dynamic
no setter
path → dynamic
no setter
positionIterations num
no setter
pressure num
no setter
restitution num
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape → dynamic
no setter
stiffness num
no setter
velocityIterations 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