Click or drag to resize
LogicToVisualDelegate Class
Connection between logical events and the visual entity game objects.
Inheritance Hierarchy
SystemObject
  Slash.Unity.Common.ECSLogicToVisualDelegate

Namespace: Slash.Unity.Common.ECS
Assembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntax
public sealed class LogicToVisualDelegate

The LogicToVisualDelegate type exposes the following members.

Constructors
  NameDescription
Public methodLogicToVisualDelegate
Initializes a new instance of the LogicToVisualDelegate class
Top
Properties
  NameDescription
Public propertyCallbackNames
Method names to call on the entity game object when the event occurs. A set is used to make sure a method isn't called twice when the event occurs.
Public propertyEvent
Logical event the visual behaviour is interested in.
Top
Methods
  NameDescription
Public methodStatic membercreate
Top
See Also