C# Class SerializableSong, Unity-ITGHD

ファイルを表示 Open project: BenouKat/Unity-ITGHD

Public Properties

Property Type Description
distanceRed double
packName string
songFileName string
stepchart List>

Public Methods

Method Description
SerializableSong ( ) : System
transfertLoad ( Song, s ) : void
transfertSave ( Song, s, string packname, string songname ) : void

Method Details

SerializableSong() public method

public SerializableSong ( ) : System
return System

transfertLoad() public method

public transfertLoad ( Song, s ) : void
s Song,
return void

transfertSave() public method

public transfertSave ( Song, s, string packname, string songname ) : void
s Song,
packname string
songname string
return void

Property Details

distanceRed public_oe property

public double distanceRed
return double

packName public_oe property

public string packName
return string

songFileName public_oe property

public string songFileName
return string

stepchart public_oe property

public List> stepchart
return List>