Click or drag to resize

LayerManager Class

Facade for current instance of ILayerManager.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          TouchScriptLayerManager

Namespace:  TouchScript
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public sealed class LayerManager : MonoBehaviour

The LayerManager type exposes the following members.

Constructors
  NameDescription
Public methodLayerManager
Initializes a new instance of the LayerManager class
Top
Properties
  NameDescription
Public propertyStatic memberInstance
Gets the LayerManager instance.
Top
See Also