Class TriggerData
Inheritance
TriggerData
Inherited Members
Namespace: IdleKit.Gameplay
Assembly: cs.temp.dll.dll
Syntax
public abstract class TriggerData : ITriggerData, IEntityData, IData
Fields
_id
Declaration
protected string _id
Field Value
Type | Description |
---|---|
String |
Properties
Id
Declaration
public virtual string Id { get; }
Property Value
Type | Description |
---|---|
String |
Methods
CreateEntity()
Declaration
public abstract IEntity CreateEntity()
Returns
Type | Description |
---|---|
IEntity |
Implements
IData