C# 클래스 BlottoBeatsLibrary.SongParameters

파일 보기 프로젝트 열기: Zwolf11/BlottoBeats

공개 메소드들

메소드 설명
SongParameters ( int ID, int score, int seed, int tempo, string genre ) : System

Constructs a SongParameters object with the given data

SongParameters ( int seed, int tempo, string genre ) : System

Creates a new SongParameters object with a default ID of -1 and a score of 0

메소드 상세

SongParameters() 공개 메소드

Constructs a SongParameters object with the given data
public SongParameters ( int ID, int score, int seed, int tempo, string genre ) : System
ID int ID of the song
score int Score of the song
seed int Seed of the song
tempo int Tempo of the song
genre string Genre of the song
리턴 System

SongParameters() 공개 메소드

Creates a new SongParameters object with a default ID of -1 and a score of 0
public SongParameters ( int seed, int tempo, string genre ) : System
seed int Seed of the song
tempo int Tempo of the song
genre string Genre of the song
리턴 System