Click or drag to resize

ShapeDensity Property

Gets or sets the density. Changing the density causes a recalculation of shape properties.

Namespace:  Internal.tainicom.Aether.Physics2D.Collision.Shapes
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public float Density { get; set; }

Property Value

Type: Single
The density.
See Also