Click or drag to resize

Character2DItemDeactivate Method

Deactivates the item. The item will disabled.

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public bool ItemDeactivate(
	GameMode gameMode,
	ItemInterface item
)

Parameters

gameMode
Type: NeoAxisGameMode
item
Type: NeoAxisItemInterface

Return Value

Type: Boolean
See Also