Click or drag to resize

CollisionShape2D_EllipseCreateShape Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
protected override IList<Fixture> CreateShape(
	Body body,
	Transform shapeTransform,
	List<Vector2> rigidBodyLocalPoints
)

Parameters

body  Body
 
shapeTransform  Transform
 
rigidBodyLocalPoints  ListVector2
 

Return Value

IListFixture
See Also