C# Class AcTools.Processes.Showroom.BaseIterableShooter

Inheritance: BaseShotter
Afficher le fichier Open project: gro-ove/actools

Méthodes publiques

Méthode Description
Shot ( string skinId ) : void
ShotAll ( ) : void
ShotAsync ( string skinId ) : System.Threading.Tasks.Task

Method Details

Shot() public abstract méthode

public abstract Shot ( string skinId ) : void
skinId string
Résultat void

ShotAll() public méthode

public ShotAll ( ) : void
Résultat void

ShotAsync() public méthode

public ShotAsync ( string skinId ) : System.Threading.Tasks.Task
skinId string
Résultat System.Threading.Tasks.Task