Ejemplo n.º 1
0
 public static void ModuleManagerPostLoad()
 {
     WaterfallParticleLoader.LoadParticles();
     ShaderLoader.LoadShaders();
     ShaderLoader.LoadShaderProperties();
     WaterfallTemplates.LoadTemplates();
 }
Ejemplo n.º 2
0
 protected void Start()
 {
     WaterfallParticleLoader.LoadParticles();
     ShaderLoader.LoadShaders();
     ShaderLoader.LoadShaderProperties();
     WaterfallTemplates.LoadTemplates();
 }
Ejemplo n.º 3
0
 protected void Start()
 {
     ShaderLoader.LoadShaders();
     WaterfallTemplates.LoadTemplates();
 }