Tesseract Engine Documentation

GameObject Class

Methods of GameObject follow the GameFlow pattern to ensure quick and efficient loading and unloading procedures. Additional properties are included in GameObject and are used by Renderer and Update to manipulate the GameObject. Each object specifies its draw and update procedures internally and is passed to Physics for in game motion and rotation.

For a list of all members of this type, see GameObject Members.

System.Object
   GameObject
      Derived types

public class GameObject

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: DarkWynter.Engine.GameObjects

Assembly: DWEngine (in DWEngine.dll)

See Also

GameObject Members | DarkWynter.Engine.GameObjects Namespace