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

Syntax

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

Inheritance Hierarchy

System.Object
   Tzu_Engine.Light.TZLightManager

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