WaveEngine.Components.Animation.Animation3D.Initialize C# (CSharp) Method

Initialize() protected method

Performs further custom initialization for this instance.
protected Initialize ( ) : void
return void
        protected override void Initialize()
        {
            this.RefreshAnimationAsset();
        }