C# Class Railgun.RailRoom

ファイルを表示 Open project: ashoulson/RailgunNet Class Usage Examples

Public Methods

Method Description
TryGet ( EntityId id, RailEntity &value ) : bool

Private Methods

Method Description
AddEntity ( RailEntity entity ) : void
ClientUpdate ( Tick localTick, Tick estimatedServerTick ) : void
GetAllEntities ( ) : IEnumerable
Initialize ( Tick tick ) : void
RailRoom ( ) : System
RemoveEntity ( EntityId entityId ) : void
ServerUpdate ( ) : void
StoreStates ( ) : void

Method Details

TryGet() public method

public TryGet ( EntityId id, RailEntity &value ) : bool
id EntityId
value RailEntity
return bool