InitShaders() public static method

public static InitShaders ( ) : void
return void
Example #1
0
 public NomadCheckButton()
 {
     ButtonShader.InitShaders();
 }
Example #2
0
 public NomadRadioButton()
 {
     ButtonShader.InitShaders();
 }