Свойство | Type | Description | |
---|---|---|---|
WaterHitPrefab | GameObject | ||
explosionHitPrefab | GameObject | ||
explosionPrefab | GameObject | ||
hitConePrefab | GameObject |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
Explosion ( Vector3 position, Quaternion rotation ) : void | ||
ExplosionHit ( Vector3 position, Quaternion rotation ) : void | ||
PlayerWaterHitEffect ( Vector3 position ) : void |
Méthode | Description | |
---|---|---|
RemotePlayWaterHitEffect ( Vector3 position ) : void |
public static Explosion ( Vector3 position, Quaternion rotation ) : void | ||
position | Vector3 | |
rotation | Quaternion | |
Résultat | void |
public static ExplosionHit ( Vector3 position, Quaternion rotation ) : void | ||
position | Vector3 | |
rotation | Quaternion | |
Résultat | void |
public static PlayerWaterHitEffect ( Vector3 position ) : void | ||
position | Vector3 | |
Résultat | void |