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

get_active() bool
static get_class_type() panda3d.core.TypeHandle
get_force_node() ForceNode
get_force_node_path() panda3d.core.NodePath
is_linear() bool
output(out: panda3d.core.ostream)

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

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

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