Property | Type | Description | |
---|---|---|---|
MaxTime | float | ||
bulletDamage | int | ||
direction | float | ||
myType | string | ||
timeAlive | float | ||
xAngle | float | ||
yAngle | float |
Method | Description | |
---|---|---|
OnColliderEnter2D ( |
||
OnTriggerEnter2D ( |
||
Start ( ) : void | ||
Update ( ) : void | ||
setAngle ( float xVector, float yVector ) : void | ||
setDirection ( float directionValue ) : void |
public OnColliderEnter2D ( |
||
other | ||
return | void |
public OnTriggerEnter2D ( |
||
other | ||
return | void |
public setAngle ( float xVector, float yVector ) : void | ||
xVector | float | |
yVector | float | |
return | void |
public setDirection ( float directionValue ) : void | ||
directionValue | float | |
return | void |