LinearSinkForce¶
from panda3d.physics import LinearSinkForce
-
class
LinearSinkForce
¶ Bases:
LinearDistanceForce
Attractor force. Think black hole.
Inheritance diagram
-
__init__
()¶ Simple constructor
-
__init__
(p: panda3d.core.LPoint3, f: FalloffType, r: float, a: float, m: bool) Simple constructor
-
__init__
(copy: LinearSinkForce) copy constructor
-
static
getClassType
() → panda3d.core.TypeHandle¶
-