InitializeShaderPlatforms() private static method

private static InitializeShaderPlatforms ( ) : void
return void
示例#1
0
 public ShaderInspectorPlatformsPopup(Shader shader)
 {
     this.m_Shader = shader;
     ShaderInspectorPlatformsPopup.InitializeShaderPlatforms();
 }