C# Class Nez.Matcher

Show file Open project: prime31/Nez Class Usage Examples

Protected Properties

Property Type Description
allSet BitSet
exclusionSet BitSet
oneSet BitSet

Public Methods

Method Description
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

Private Methods

Method Description
appendTypes ( StringBuilder builder, string headerMessage, BitSet typeBits ) : void

Method Details

Matcher() public method

public Matcher ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

all() public method

public all ( ) : Matcher
return Matcher

empty() public static method

public static empty ( ) : Matcher
return Matcher

exclude() public method

public exclude ( ) : Matcher
return Matcher

getAllSet() public method

public getAllSet ( ) : BitSet
return BitSet

getExclusionSet() public method

public getExclusionSet ( ) : BitSet
return BitSet

getOneSet() public method

public getOneSet ( ) : BitSet
return BitSet

isInterested() public method

public isInterested ( BitSet componentBits ) : bool
componentBits BitSet
return bool

isInterested() public method

public isInterested ( System.Entity e ) : bool
e System.Entity
return bool

one() public method

public one ( ) : Matcher
return Matcher

Property Details

allSet protected property

protected BitSet,Nez allSet
return BitSet

exclusionSet protected property

protected BitSet,Nez exclusionSet
return BitSet

oneSet protected property

protected BitSet,Nez oneSet
return BitSet