UnityEditor.ModelImporterModelEditor.UpdateShowAllMaterialNameOptions C# (CSharp) Method

UpdateShowAllMaterialNameOptions() private method

private UpdateShowAllMaterialNameOptions ( ) : void
return void
        private void UpdateShowAllMaterialNameOptions()
        {
            this.m_MaterialName = base.serializedObject.FindProperty("m_MaterialName");
            this.m_ShowAllMaterialNameOptions = this.m_MaterialName.intValue == 3;
        }