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

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

공개 프로퍼티들

프로퍼티 타입 설명
backgrounds List
name string
owner string
scripts System.Script[]
time double
totalTime double
type string

공개 메소드들

메소드 설명
Spellcard ( string t, string n, string o, double ti, List b, System.Script scr ) : System
update ( ) : bool

메소드 상세

Spellcard() 공개 메소드

public Spellcard ( string t, string n, string o, double ti, List b, System.Script scr ) : System
t string
n string
o string
ti double
b List
scr System.Script
리턴 System

update() 공개 메소드

public update ( ) : bool
리턴 bool

프로퍼티 상세

backgrounds 공개적으로 프로퍼티

public List backgrounds
리턴 List

name 공개적으로 프로퍼티

public string name
리턴 string

owner 공개적으로 프로퍼티

public string owner
리턴 string

scripts 공개적으로 프로퍼티

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

time 공개적으로 프로퍼티

public double time
리턴 double

totalTime 공개적으로 프로퍼티

public double totalTime
리턴 double

type 공개적으로 프로퍼티

public string type
리턴 string