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