C# Class Touhou.ExampleSprite.ExampleSprite.Spellcard

Afficher le fichier Open project: schedule-productions/Touhou

Méthodes publiques

Свойство Type Description
backgrounds List
name string
owner string
scripts System.Script[]
time double
totalTime double
type string

Méthodes publiques

Méthode Description
Spellcard ( string t, string n, string o, double ti, List b, System.Script scr ) : System
update ( ) : bool

Method Details

Spellcard() public méthode

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
Résultat System

update() public méthode

public update ( ) : bool
Résultat bool

Property Details

backgrounds public_oe property

public List backgrounds
Résultat List

name public_oe property

public string name
Résultat string

owner public_oe property

public string owner
Résultat string

scripts public_oe property

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

time public_oe property

public double time
Résultat double

totalTime public_oe property

public double totalTime
Résultat double

type public_oe property

public string type
Résultat string