C# Class Touhou.ExampleSprite.ExampleSprite.Level

Afficher le fichier Open project: schedule-productions/Touhou

Méthodes publiques

Свойство Type Description
backgrounds Background[]
intro string
music Song
name string
scripts System.Script[]

Méthodes publiques

Méthode Description
Level ( string n, string i, Background b, Song m, System.Script s ) : System

Method Details

Level() public méthode

public Level ( string n, string i, Background b, Song m, System.Script s ) : System
n string
i string
b Background
m Song
s System.Script
Résultat System

Property Details

backgrounds public_oe property

public Background[] backgrounds
Résultat Background[]

intro public_oe property

public string intro
Résultat string

music public_oe property

public Song music
Résultat Song

name public_oe property

public string name
Résultat string

scripts public_oe property

public Script[],System scripts
Résultat System.Script[]