222324252627282930
public void Initialize (iGObject me, GCore core, String name) { this.me = me; this.core = core; this.name = name; material = new GMaterial (); core.Add(name, me); }