C# Class DesPatSampleUnstructured.Scripts.For

Inheritance: Instruction
Afficher le fichier Open project: hogeschool/TIRDES01

Méthodes publiques

Méthode Description
Execute ( float dt ) : InstructionResult
For ( int start, int end, Instruction>.Func getBody ) : System
Reset ( ) : Instruction

Method Details

Execute() public méthode

public Execute ( float dt ) : InstructionResult
dt float
Résultat InstructionResult

For() public méthode

public For ( int start, int end, Instruction>.Func getBody ) : System
start int
end int
getBody Instruction>.Func
Résultat System

Reset() public méthode

public Reset ( ) : Instruction
Résultat Instruction