BaseForce

from panda3d.physics import BaseForce
class BaseForce

Bases:

Bases: TypedReferenceCount

pure virtual base class for all forces that could POSSIBLY exist.

Inheritance diagram

Inheritance diagram of BaseForce

getActive() bool
static getClassType() panda3d.core.TypeHandle
getForceNode() ForceNode
getForceNodePath() panda3d.core.NodePath
isLinear() bool
output(out: panda3d.core.ostream)

Write a string representation of this instance to <out>.

setActive(active: bool)
write(out: panda3d.core.ostream, indent_level: int)

Write a string representation of this instance to <out>.