Exemple #1
0
 protected virtual void Start()
 {
     representation_node = new ComponentCache_Upward <RepresentationNode>(this);
 }
Exemple #2
0
 private void Start()
 {
     motion_node = new ComponentCache_Upward <MotionValueProvider>(this);
 }