Ejemplo n.º 1
0
 protected virtual void Start()
 {
     representation_node = new ComponentCache_Upward <RepresentationNode>(this);
 }
Ejemplo n.º 2
0
 private void Start()
 {
     motion_node = new ComponentCache_Upward <MotionValueProvider>(this);
 }