private void OnDrawGizmos() { if (sceneEvent) { Gizmos.DrawIcon(transform.position, sceneEvent.GetGizmoIcon(), true); } }