Namespace: Tzu_Engine.Sky
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Class TZSky
    Implements IDisposable
C#
public class TZSky : IDisposable
C++
ref class TZSky : IDisposable
J#
public class TZSky implements IDisposable
JScript
public class TZSky extends IDisposable

Inheritance Hierarchy

System.Object
   Tzu_Engine.Sky.TZSky

Thread Safety

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

See Also