Class UnityGameplayEntityService
Inheritance
UnityGameplayEntityService
Assembly: Serenity.UnityGameplayEntity.Infrastructure.dll
Syntax
public class UnityGameplayEntityService : MonoBehaviour, IGameplayEntityService, IService, IFoundationSettings
Constructors
UnityGameplayEntityService()
Declaration
public UnityGameplayEntityService()
Properties
Guid
Declaration
public string Guid { get; set; }
Property Value
Id
Declaration
public string Id { get; set; }
Property Value
LogService
Declaration
public ILogService LogService { get; set; }
Property Value
Methods
CreateRef(GameEntityKind)
Declaration
public GameEntityRef CreateRef(GameEntityKind kind)
Parameters
Returns
CreateRef(GameEntityId, GameEntityKind)
Declaration
public GameEntityRef CreateRef(GameEntityId id, GameEntityKind kind)
Parameters
Returns
InitializeService(ILogService)
Initializes the service with required dependencies.
Declaration
public void InitializeService(ILogService logService)
Parameters
| Type |
Name |
Description |
| ILogService |
logService |
The logging service for diagnostic output.
|
Implements