프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MaxTime | float | ||
bulletDamage | int | ||
direction | float | ||
myType | string | ||
timeAlive | float | ||
xAngle | float | ||
yAngle | float |
메소드 | 설명 | |
---|---|---|
OnTriggerEnter2D ( |
||
Start ( ) : void | ||
Update ( ) : void | ||
setAngle ( float xVector, float yVector ) : void | ||
setDirection ( float directionValue ) : void |
public OnTriggerEnter2D ( |
||
other | ||
리턴 | void |
public setAngle ( float xVector, float yVector ) : void | ||
xVector | float | |
yVector | float | |
리턴 | void |
public setDirection ( float directionValue ) : void | ||
directionValue | float | |
리턴 | void |