Property | Type | Description | |
---|---|---|---|
MuzzleDuration | float | ||
SoundDuration | float |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
Disable ( ) : void | ||
Enable ( ) : void | ||
PlayEffect ( Vector3 vPosition, Vector3 vDirection, float scaleCoef, bool isSide ) : void |
Method | Description | |
---|---|---|
DisableMuzzle ( ) : void | ||
WaitForMuzzle ( float duration ) : IEnumerator | ||
WaitForSound ( float duration ) : IEnumerator |
public PlayEffect ( Vector3 vPosition, Vector3 vDirection, float scaleCoef, bool isSide ) : void | ||
vPosition | Vector3 | |
vDirection | Vector3 | |
scaleCoef | float | |
isSide | bool | |
return | void |