Exemplo n.º 1
0
 [UsedImplicitly] private void OnEnable()
 {
     _curveW = this;
     _curveX = GetComponent <ElementXOrientationCurve>();
     _curveY = GetComponent <ElementYOrientationCurve>();
     _curveZ = GetComponent <ElementZOrientationCurve>();
 }
 [UsedImplicitly] private void OnEnable()
 {
     _curveX = this;
     _curveY = GetComponent <ElementYRadarDirectionCurve>();
     _curveZ = GetComponent <ElementZRadarDirectionCurve>();
 }