mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Clarify RevealVolume maxAngle
This commit is contained in:
parent
4a81798078
commit
be1b408da3
@ -29,7 +29,7 @@ namespace NewHorizons.External.Modules.Volumes.VolumeInfos
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The max view angle (in degrees) the player can see the volume with to unlock the fact (`observe` only)
|
/// The max view angle (in degrees) the player can see the volume with to unlock the fact (`observe` only). This will effectively be a cone extending from the volume's center forwards (along the Z axis) based on the volume's rotation.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(180f)]
|
[DefaultValue(180f)]
|
||||||
public float maxAngle = 180f; // Observe Only
|
public float maxAngle = 180f; // Observe Only
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user