C# 클래스 Fusion.Engine.Common.AtomCollection

Represents distributed/remote atoms colleciton.
파일 보기 프로젝트 열기: demiurghg/FusionEngine 1 사용 예제들

공개 메소드들

메소드 설명
Add ( string atom ) : short

AtomCollection ( ) : System

Creates instance of AtomCollection.

Clear ( ) : void

this ( string atom ) : short

this ( short id ) : string

비공개 메소드들

메소드 설명
AtomCollection ( BinaryReader reader ) : System

AtomCollection ( NetIncomingMessage message ) : System

Lock ( ) : void

Locks table.

Read ( BinaryReader reader ) : void

Reads collection using binary reader.

Read ( NetIncomingMessage message ) : void

Read table from incoming message.

Write ( BinaryWriter writer ) : void

Writes collection using binary writer.

Write ( NetOutgoingMessage message ) : void

Writes table to outgoing message

메소드 상세

Add() 공개 메소드

public Add ( string atom ) : short
atom string
리턴 short

AtomCollection() 공개 메소드

Creates instance of AtomCollection.
public AtomCollection ( ) : System
리턴 System

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

this() 공개 메소드

public this ( string atom ) : short
atom string
리턴 short

this() 공개 메소드

public this ( short id ) : string
id short
리턴 string