RCareWorldBaseObject Class

Description

The RCareWorldBaseObject class is a base object class in the RCareWorld environment. It provides methods to interact with objects in the environment, such as loading objects, setting their transforms, getting their positions and rotations, and more.

Constructor

def __init__(self, env, id:int, name:str, is_in_scene:bool = False)

Methods

load(position=None)

Load the object into the scene in Unity.

Args:

destroy()

Destroy the object in the scene.

copy(copy_id:int)

Make a copy of the object in the scene with the specified copy ID.

Args: