Privacy
An open-source, flexible 3D physical simulation framework
mars::ObjectState Struct Reference

Public Attributes

PyObjectPtr objectPtr
 
shared_ptr< MethodcurrentMethod
 
shared_ptr< ObjectcurrentVariable
 

Detailed Description

Definition at line 209 of file PythonInterpreter.cpp.

Member Data Documentation

◆ currentMethod

shared_ptr<Method> mars::ObjectState::currentMethod

Definition at line 212 of file PythonInterpreter.cpp.

◆ currentVariable

shared_ptr<Object> mars::ObjectState::currentVariable

Definition at line 213 of file PythonInterpreter.cpp.

◆ objectPtr

PyObjectPtr mars::ObjectState::objectPtr

Definition at line 211 of file PythonInterpreter.cpp.


The documentation for this struct was generated from the following file: