public void Apply()
 {
     InstancingTools.ApplyToHierachy(gameObject, instanceKey);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Applies the instanceKey object to the entire hierachy.
 /// </summary>
 public void Refresh()
 {
     InstancingTools.ApplyToHierachy(gameObject, instanceKey.Value);
     onApplyRuntime.Invoke();
 }