C# 클래스 Touhou.ExampleSprite.ExampleSprite.Level

파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 프로퍼티들

프로퍼티 타입 설명
backgrounds Background[]
intro string
music Song
name string
scripts System.Script[]

공개 메소드들

메소드 설명
Level ( string n, string i, Background b, Song m, System.Script s ) : System

메소드 상세

Level() 공개 메소드

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
리턴 System

프로퍼티 상세

backgrounds 공개적으로 프로퍼티

public Background[] backgrounds
리턴 Background[]

intro 공개적으로 프로퍼티

public string intro
리턴 string

music 공개적으로 프로퍼티

public Song music
리턴 Song

name 공개적으로 프로퍼티

public string name
리턴 string

scripts 공개적으로 프로퍼티

public Script[],System scripts
리턴 System.Script[]