WaveOculusDemoProject.Components.ShockwaveBehavior.Initialize C# (CSharp) 메소드

Initialize() 보호된 메소드

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

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