Click or drag to resize

PathManagerEvenlyDistributeShapesAlongPath(Void, Body, World, Path, Shape, BodyType) Method


Namespace: Internal.nkast.Aether.Physics2D.Common
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static List EvenlyDistributeShapesAlongPath(
	void world,
	Body path,
	World shape,
	Path type,
	Shape copies,
	BodyType userData = default
)

Parameters

world  Void
 
path  Body
 
shape  World
 
type  Path
 
copies  Shape
 
userData  BodyType  (Optional)
 

Return Value

ListT
See Also