Click or drag to resize

CollisionShape2D_BoxCreateShape Method

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

Parameters

body
Type: Internal.tainicom.Aether.Physics2D.DynamicsBody
shapeTransform
Type: NeoAxisTransform
rigidBodyLocalPoints
Type: System.Collections.GenericListVector2

Return Value

Type: IListFixture
See Also