This commit is contained in:
JohnCorby 2023-02-03 13:57:35 -08:00
parent e33fe1823f
commit 0c72348acd

View File

@ -238,12 +238,13 @@ namespace NewHorizons.External.Modules
/// <summary>
/// The mass of the physics object.
/// For reference, the player has a mass of 0.001 and the probe has a mass of 0.0001
/// For reference, the player has a mass of 0.001 and the probe has a mass of 0.0001.
/// </summary>
[DefaultValue(1f)] public float physicsMass = 1f;
/// <summary>
/// The radius that the added sphere collider will use for physics collision.
/// If there's already good colliders on the detail, you can make this 0.
/// </summary>
[DefaultValue(1f)] public float physicsRadius = 1f;
}