메소드 | 설명 | |
---|---|---|
Read ( IUnsafePacketReader reader ) : void |
Reads the flag bits from the specified IUnsafePacketReader.
|
|
Write ( IPacketBuilder builder ) : void |
Writes the flag bits into the specified IPacketBuilder.
|
메소드 | 설명 | |
---|---|---|
Flags ( Flags other ) : System |
Initializes a new instance of the Flags class.
|
|
Flags ( int capacity ) : System |
Initializes a new instance of the Flags class.
|
|
this ( int index ) : bool |
Gets or sets the flag value at an index.
|
protected Flags ( Flags other ) : System | ||
other | Flags | The instance to copy from. |
리턴 | System |
protected Flags ( int capacity ) : System | ||
capacity | int | The length of the bit array. |
리턴 | System |
public abstract Read ( IUnsafePacketReader reader ) : void | ||
reader | IUnsafePacketReader | The reader to use. |
리턴 | void |
public abstract Write ( IPacketBuilder builder ) : void | ||
builder | IPacketBuilder | The builder to write the bits into. |
리턴 | void |