C# 클래스 Touhou.ExampleSprite.ExampleSprite.Loop

파일 보기 프로젝트 열기: schedule-productions/Touhou

공개 프로퍼티들

프로퍼티 타입 설명
angle float
loopDelay double
loopNum int
loopScript int
nextLoopTime double
prevLoopNum int
speed float
totalLoops int
variable float

공개 메소드들

메소드 설명
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

메소드 상세

Loop() 공개 메소드

public Loop ( int tLoops, double lDelay, int lScript ) : System
tLoops int
lDelay double
lScript int
리턴 System

Loop() 공개 메소드

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
리턴 System

run() 공개 메소드

public run ( Vector2 sourcePos ) : bool
sourcePos Vector2
리턴 bool

runScript() 공개 메소드

public runScript ( Vector2 sourcePos ) : void
sourcePos Vector2
리턴 void

프로퍼티 상세

angle 공개적으로 프로퍼티

public float angle
리턴 float

loopDelay 공개적으로 프로퍼티

public double loopDelay
리턴 double

loopNum 공개적으로 프로퍼티

public int loopNum
리턴 int

loopScript 공개적으로 프로퍼티

public int loopScript
리턴 int

nextLoopTime 공개적으로 프로퍼티

public double nextLoopTime
리턴 double

prevLoopNum 공개적으로 프로퍼티

public int prevLoopNum
리턴 int

speed 공개적으로 프로퍼티

public float speed
리턴 float

totalLoops 공개적으로 프로퍼티

public int totalLoops
리턴 int

variable 공개적으로 프로퍼티

public float variable
리턴 float