Class User.InteractionEvent
Inheritance
System.Object
User.InteractionEvent
Namespace: Eco.Gameplay.Players
Assembly: Eco.Gameplay.dll
Syntax
public sealed class InteractionEvent : ValueType
Fields
ItemInInteraction
Declaration
public Item ItemInInteraction
Field Value
Type | Description |
---|---|
Item |
Name
Declaration
public string Name
Field Value
Type | Description |
---|---|
System.String |
Target
Declaration
public InteractionTarget Target
Field Value
Type | Description |
---|---|
InteractionTarget |
WorldObjectInInteraction
Declaration
public WorldObject WorldObjectInInteraction
Field Value
Type | Description |
---|---|
WorldObject |