Beispiel #1
0
 public static void ModuleManagerPostLoad()
 {
     WaterfallParticleLoader.LoadParticles();
     ShaderLoader.LoadShaders();
     ShaderLoader.LoadShaderProperties();
     WaterfallTemplates.LoadTemplates();
 }
Beispiel #2
0
 protected void Start()
 {
     WaterfallParticleLoader.LoadParticles();
     ShaderLoader.LoadShaders();
     ShaderLoader.LoadShaderProperties();
     WaterfallTemplates.LoadTemplates();
 }