InitializeShaderPlatforms() private static méthode

private static InitializeShaderPlatforms ( ) : void
Résultat void
Exemple #1
0
 public ShaderInspectorPlatformsPopup(Shader shader)
 {
     this.m_Shader = shader;
     ShaderInspectorPlatformsPopup.InitializeShaderPlatforms();
 }