mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
doc
This commit is contained in:
parent
1d7b0e0015
commit
e33fe1823f
3
NewHorizons/External/Modules/PropModule.cs
vendored
3
NewHorizons/External/Modules/PropModule.cs
vendored
@ -238,13 +238,14 @@ namespace NewHorizons.External.Modules
|
|||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The mass of the physics object.
|
/// 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
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(1f)] public float physicsMass = 1f;
|
[DefaultValue(1f)] public float physicsMass = 1f;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The radius that the added sphere collider will use for physics collision.
|
/// The radius that the added sphere collider will use for physics collision.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DefaultValue(0.5f)] public float physicsRadius = 0.5f;
|
[DefaultValue(1f)] public float physicsRadius = 1f;
|
||||||
}
|
}
|
||||||
|
|
||||||
[JsonObject]
|
[JsonObject]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user