 | LogicToVisualDelegateEvent Property |
Logical event the visual behaviour is interested in.
Namespace: Slash.Unity.Common.ECSAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic Object Event { get; set; }
Public Property Event As Object
Get
Set
public:
property Object^ Event {
Object^ get ();
void set (Object^ value);
}
member Event : Object with get, set
Property Value
Type:
Object
See Also