C# Class Touhou.ExampleSprite.ExampleSprite.Spellcard

Show file Open project: schedule-productions/Touhou

Public Properties

Property Type Description
backgrounds List
name string
owner string
scripts System.Script[]
time double
totalTime double
type string

Public Methods

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

Method Details

Spellcard() public method

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
return System

update() public method

public update ( ) : bool
return bool

Property Details

backgrounds public property

public List backgrounds
return List

name public property

public string name
return string

owner public property

public string owner
return string

scripts public property

public Script[],System scripts
return System.Script[]

time public property

public double time
return double

totalTime public property

public double totalTime
return double

type public property

public string type
return string