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

Initialize() protected method

Initializes the shockwave behavior
protected Initialize ( ) : void
return void
        protected override void Initialize()
        {
            base.Initialize();

            this.material = this.materials.DefaultMaterial as StandardMaterial;
        }