C# Class SerializableSong, Unity-ITGHD

Afficher le fichier Open project: BenouKat/Unity-ITGHD

Méthodes publiques

Свойство Type Description
distanceRed double
packName string
songFileName string
stepchart List>

Méthodes publiques

Méthode Description
SerializableSong ( ) : System
transfertLoad ( Song, s ) : void
transfertSave ( Song, s, string packname, string songname ) : void

Method Details

SerializableSong() public méthode

public SerializableSong ( ) : System
Résultat System

transfertLoad() public méthode

public transfertLoad ( Song, s ) : void
s Song,
Résultat void

transfertSave() public méthode

public transfertSave ( Song, s, string packname, string songname ) : void
s Song,
packname string
songname string
Résultat void

Property Details

distanceRed public_oe property

public double distanceRed
Résultat double

packName public_oe property

public string packName
Résultat string

songFileName public_oe property

public string songFileName
Résultat string

stepchart public_oe property

public List> stepchart
Résultat List>