UnityEditor.AvatarSubEditor.ApplyAndImport C# (CSharp) Method

ApplyAndImport() public method

public ApplyAndImport ( ) : void
return void
        public void ApplyAndImport()
        {
            this.Apply();
            AssetDatabase.ImportAsset(AssetDatabase.GetAssetPath(this.avatarAsset));
            this.ResetValues();
        }