多轮审查和修复
This commit is contained in:
@@ -27,5 +27,11 @@ namespace BaseGames.Enemies
|
||||
[Header("击退(作为来源时)")]
|
||||
public float KnockbackForce = 5f;
|
||||
public float HitStunDuration = 0.3f;
|
||||
|
||||
[Header("视线检测(BatchLOSSystem)")]
|
||||
[Tooltip("相对 transform.position 的眼睛偏移量")]
|
||||
public Vector2 EyeOffset = new Vector2(0f, 0.8f);
|
||||
[Tooltip("遮挡 LOS 的物理图层")]
|
||||
public LayerMask LOSBlockingMask = 1; // Default layer
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user