C# Class SS13to64x.DMI.DMIState

Afficher le fichier Open project: headswe/hqxdmi Class Usage Examples

Méthodes publiques

Méthode Description
Add ( DMIFrame dmiFrame ) : void
DMIState ( string name, int dir, int frames, List delay, int rewind ) : DreamEdit.DMI
GetDelay ( int i ) : float
GetFrames ( ) : List
ToString ( ) : string

Method Details

Add() public méthode

public Add ( DMIFrame dmiFrame ) : void
dmiFrame DMIFrame
Résultat void

DMIState() public méthode

public DMIState ( string name, int dir, int frames, List delay, int rewind ) : DreamEdit.DMI
name string
dir int
frames int
delay List
rewind int
Résultat DreamEdit.DMI

GetDelay() public méthode

public GetDelay ( int i ) : float
i int
Résultat float

GetFrames() public méthode

public GetFrames ( ) : List
Résultat List

ToString() public méthode

public ToString ( ) : string
Résultat string