Click or drag to resize

BodySetCollisionCategories Method

Note: This API is now obsolete.

Warning: This method applies the value on existing Fixtures. It's not a property of Body.

Namespace:  Internal.tainicom.Aether.Physics2D.Dynamics
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[ObsoleteAttribute]
public void SetCollisionCategories(
	Category category
)

Parameters

category
Type: Internal.tainicom.Aether.Physics2D.DynamicsCategory
Remarks
Deprecated in version 1.6
See Also