//---------------------------------------------------------------- public override void DrawGizmos() { FSMHelper.DrawCone(Context.Owner.transform, AttackDistance, FieldOfView); if (Context.CurrentTarget != null) { FSMHelper.DrawSphereCast(Context.Owner.transform, Context.CurrentTarget.transform, HitTestThickness); } }
//---------------------------------------------------------------- public override void DrawGizmos() { FSMHelper.DrawCone(Context.Owner.transform, TargetDetectionRange, FieldOfView); }