Click or drag to resize
IAction Interface
Generic action that can be triggered if a set of conditions is fulfilled.

Namespace: Slash.Unity.Common.Triggers.Actions
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public interface IAction

The IAction type exposes the following members.

Methods
  NameDescription
Public methodExecute
Executes this action.
Top
See Also