AICharacter
from panda3d.ai import AICharacter
- class AICharacter
Bases:
ReferenceCount
Inheritance diagram
- __init__(*args, **kwargs)
- getAiBehaviors()
C++ Interface: get_ai_behaviors(const AICharacter self)
- getMass()
C++ Interface: get_mass(const AICharacter self)
- getMaxForce()
C++ Interface: get_max_force(const AICharacter self)
- getNodePath()
C++ Interface: get_node_path(const AICharacter self)
- getVelocity()
C++ Interface: get_velocity(const AICharacter self)
- get_ai_behaviors()
C++ Interface: get_ai_behaviors(const AICharacter self)
- get_mass()
C++ Interface: get_mass(const AICharacter self)
- get_max_force()
C++ Interface: get_max_force(const AICharacter self)
- get_node_path()
C++ Interface: get_node_path(const AICharacter self)
- get_velocity()
C++ Interface: get_velocity(const AICharacter self)
- name
- setMass()
C++ Interface: set_mass(const AICharacter self, double m)
- setMaxForce()
C++ Interface: set_max_force(const AICharacter self, double max_force)
- setNodePath()
C++ Interface: set_node_path(const AICharacter self, NodePath np)
- setPfGuide()
C++ Interface: set_pf_guide(const AICharacter self, bool pf_guide)
// This function is used to enable or disable the guides for path finding.
- set_mass()
C++ Interface: set_mass(const AICharacter self, double m)
- set_max_force()
C++ Interface: set_max_force(const AICharacter self, double max_force)
- set_node_path()
C++ Interface: set_node_path(const AICharacter self, NodePath np)
- set_pf_guide()
C++ Interface: set_pf_guide(const AICharacter self, bool pf_guide)
// This function is used to enable or disable the guides for path finding.