UnityEditor.ShaderInspectorPlatformsPopup.ShaderInspectorPlatformsPopup C# (CSharp) 메소드

ShaderInspectorPlatformsPopup() 공개 메소드

public ShaderInspectorPlatformsPopup ( Shader shader ) : System
shader UnityEngine.Shader
리턴 System
        public ShaderInspectorPlatformsPopup(Shader shader)
        {
            this.m_Shader = shader;
            InitializeShaderPlatforms();
        }