class TransformProxy

robot_2Generated
code_blocksInput

Description

The TransformProxy class in the Sandbox namespace is an abstract class designed to manage transformations of game objects within a scene. It provides methods to get and set both local and world transformations, allowing for flexible manipulation of object positioning and orientation.

Members

Instance Methods

Member Name Summary
GetLocalTransform Retrieves the local transformation of the object.
SetLocalTransform Sets the local transformation of the object.
GetWorldTransform Retrieves the world transformation of the object.
SetWorldTransform Sets the world transformation of the object.