Table of Contents

Interface IStatSystem

Namespace
Framework.Systems.Stat
Assembly
Assembly-CSharp.dll

StatSystem 진입점 계약. 엔티티별 StatCollection 을 생성/제거한다.

public interface IStatSystem

Properties

Count

등록된 엔티티 수.

int Count { get; }

Property Value

int

Methods

Get(int)

엔티티 ID 로 StatCollection 조회. 없으면 null.

StatCollection Get(int entityId)

Parameters

entityId int

Returns

StatCollection

Register(int)

엔티티 ID 로 StatCollection 을 등록하고 반환한다.

StatCollection Register(int entityId)

Parameters

entityId int

Returns

StatCollection

Unregister(int)

엔티티 ID 의 StatCollection 을 해제한다.

void Unregister(int entityId)

Parameters

entityId int