UnityEditor.ModelImporterModelEditor.Apply C# (CSharp) Method

Apply() private method

private Apply ( ) : void
return void
        internal override void Apply()
        {
            this.ScaleAvatar();
            base.Apply();
            this.UpdateShowAllMaterialNameOptions();
        }