C# 클래스 Nez.Matcher

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

보호된 프로퍼티들

프로퍼티 타입 설명
allSet BitSet
exclusionSet BitSet
oneSet BitSet

공개 메소드들

메소드 설명
Matcher ( ) : System
ToString ( ) : string
all ( ) : Matcher
empty ( ) : Matcher
exclude ( ) : Matcher
getAllSet ( ) : BitSet
getExclusionSet ( ) : BitSet
getOneSet ( ) : BitSet
isInterested ( BitSet componentBits ) : bool
isInterested ( System.Entity e ) : bool
one ( ) : Matcher

비공개 메소드들

메소드 설명
appendTypes ( StringBuilder builder, string headerMessage, BitSet typeBits ) : void

메소드 상세

Matcher() 공개 메소드

public Matcher ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

all() 공개 메소드

public all ( ) : Matcher
리턴 Matcher

empty() 공개 정적인 메소드

public static empty ( ) : Matcher
리턴 Matcher

exclude() 공개 메소드

public exclude ( ) : Matcher
리턴 Matcher

getAllSet() 공개 메소드

public getAllSet ( ) : BitSet
리턴 BitSet

getExclusionSet() 공개 메소드

public getExclusionSet ( ) : BitSet
리턴 BitSet

getOneSet() 공개 메소드

public getOneSet ( ) : BitSet
리턴 BitSet

isInterested() 공개 메소드

public isInterested ( BitSet componentBits ) : bool
componentBits BitSet
리턴 bool

isInterested() 공개 메소드

public isInterested ( System.Entity e ) : bool
e System.Entity
리턴 bool

one() 공개 메소드

public one ( ) : Matcher
리턴 Matcher

프로퍼티 상세

allSet 보호되어 있는 프로퍼티

protected BitSet,Nez allSet
리턴 BitSet

exclusionSet 보호되어 있는 프로퍼티

protected BitSet,Nez exclusionSet
리턴 BitSet

oneSet 보호되어 있는 프로퍼티

protected BitSet,Nez oneSet
리턴 BitSet