class TransformProxy

book_4_sparkGenerated
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 NameSummary
GetLocalTransformRetrieves the local transformation of the game object.
SetLocalTransformSets the local transformation of the game object.
GetWorldTransformRetrieves the world transformation of the game object.
SetWorldTransformSets the world transformation of the game object.