WaveOculusDemoProject.Components.ShockwaveBehavior.StartShockWave C# (CSharp) Method

StartShockWave() public method

Instantiate the shockwave behavior
public StartShockWave ( ) : void
return void
        public void StartShockWave()
        {
            this.timeLeft = DefaultTimeLeft;
            this.IsActive = true;
            this.Owner.IsVisible = true;
        }