Chapter ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  CreepyTowers.Levels Chapter
    CreepyTowers.Nightmares BathroomChapter
    CreepyTowers.Nightmares KidsRoomChapter
    CreepyTowers.Nightmares LivingRoomChapter

Namespace: CreepyTowers.Levels
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class Chapter : IDisposable

The Chapter type exposes the following members.

Constructors

  NameDescription
Protected methodChapter
Initializes a new instance of the Chapter class
Top
Methods

  NameDescription
Protected methodCompleted
Protected methodCreateLevel
Public methodDispose
Releases all resources used by the Chapter
Protected methodInitializeLevel
Protected methodInitializePlayer
Protected methodRenderLevel
Public methodRestart
Protected methodUpdateCamera
Top
Fields

  NameDescription
Public fieldStatic memberCurrent
Top
Properties

  NameDescription
Protected propertyGameLevel
Top
See Also