C# 클래스 System.Flags

파일 보기 프로젝트 열기: RegrowthStudios/VoxelRTS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BITS byte[]

공개 메소드들

메소드 설명
HasFlags ( byte b, byte flags ) : bool
HasFlags ( byte b, int flags ) : bool
HasSomeFlags ( byte b, byte flags ) : bool
HasSomeFlags ( byte b, int flags ) : bool
SetFlagsOff ( byte &b, byte flags ) : void
SetFlagsOff ( byte &b, int flags ) : void
SetFlagsOn ( byte &b, byte flags ) : void
SetFlagsOn ( byte &b, int flags ) : void
ToggleFlags ( byte &b, byte flags ) : void
ToggleFlags ( byte &b, int flags ) : void

메소드 상세

HasFlags() 공개 정적인 메소드

public static HasFlags ( byte b, byte flags ) : bool
b byte
flags byte
리턴 bool

HasFlags() 공개 정적인 메소드

public static HasFlags ( byte b, int flags ) : bool
b byte
flags int
리턴 bool

HasSomeFlags() 공개 정적인 메소드

public static HasSomeFlags ( byte b, byte flags ) : bool
b byte
flags byte
리턴 bool

HasSomeFlags() 공개 정적인 메소드

public static HasSomeFlags ( byte b, int flags ) : bool
b byte
flags int
리턴 bool

SetFlagsOff() 공개 정적인 메소드

public static SetFlagsOff ( byte &b, byte flags ) : void
b byte
flags byte
리턴 void

SetFlagsOff() 공개 정적인 메소드

public static SetFlagsOff ( byte &b, int flags ) : void
b byte
flags int
리턴 void

SetFlagsOn() 공개 정적인 메소드

public static SetFlagsOn ( byte &b, byte flags ) : void
b byte
flags byte
리턴 void

SetFlagsOn() 공개 정적인 메소드

public static SetFlagsOn ( byte &b, int flags ) : void
b byte
flags int
리턴 void

ToggleFlags() 공개 정적인 메소드

public static ToggleFlags ( byte &b, byte flags ) : void
b byte
flags byte
리턴 void

ToggleFlags() 공개 정적인 메소드

public static ToggleFlags ( byte &b, int flags ) : void
b byte
flags int
리턴 void

프로퍼티 상세

BITS 공개적으로 정적으로 프로퍼티

public static byte[] BITS
리턴 byte[]