Skip to content

EYES.src.objects.Object.py

jaxsen edited this page Jul 7, 2023 · 5 revisions

Class ObjectType (Inherits from Enum)

Name Value
CUBE 0
EYE 1

Class Object

Variable Type Description
intervals List of Intervals The intervals created by this Object
sequences List of Sequences The sequences created by this Object
render NodePath Base of 3D scene
debugger Notifier The jxndbg Debugger
loader Loader The Panda3D Loader object
type ObjectType CUBE or EYE
pos LVector3 Position of object
hpr LVector3 Rotation of object
scale Integer Scale of object
object_id Integer Unique ID for the WorldObjectHolder holding this

Clone this wiki locally