 | EntityComponentDataComponent Property |
Component that has been interacted with.
Namespace: Slash.ECS.EventsAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic IEntityComponent Component { get; }
Public ReadOnly Property Component As IEntityComponent
Get
public:
property IEntityComponent^ Component {
IEntityComponent^ get ();
}
member Component : IEntityComponent with get
Property Value
Type:
IEntityComponent
See Also