Property | Type | Description | |
---|---|---|---|
angle | float | ||
loopDelay | double | ||
loopNum | int | ||
loopScript | int | ||
nextLoopTime | double | ||
prevLoopNum | int | ||
speed | float | ||
totalLoops | int | ||
variable | float |
Method | Description | |
---|---|---|
Loop ( int tLoops, double lDelay, int lScript ) : System | ||
Loop ( int tLoops, double lDelay, int lScript, float a, float s, int pn ) : System | ||
run ( Vector2 sourcePos ) : bool | ||
runScript ( Vector2 sourcePos ) : void |
public Loop ( int tLoops, double lDelay, int lScript ) : System | ||
tLoops | int | |
lDelay | double | |
lScript | int | |
return | System |
public Loop ( int tLoops, double lDelay, int lScript, float a, float s, int pn ) : System | ||
tLoops | int | |
lDelay | double | |
lScript | int | |
a | float | |
s | float | |
pn | int | |
return | System |
public runScript ( Vector2 sourcePos ) : void | ||
sourcePos | Vector2 | |
return | void |