LightningSpellScriptPlayCollisionSound Method |
Play a collision sound
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax protected void PlayCollisionSound(
Vector3 pos
)
Protected Sub PlayCollisionSound (
pos As Vector3
)
protected:
void PlayCollisionSound(
Vector3 pos
)
member PlayCollisionSound :
pos : Vector3 -> unit
Parameters
- pos
- Type: Vector3
Location of the sound
See Also