Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
hyades
physics
Bitmask
C# Class hyades.physics.Bitmask
Show file
Open project: zfedoran/bubblebound
Class Usage Examples
Public Properties
Property
Type
Description
mask
int
Public Methods
Method
Description
clear
( ) :
void
setOff
(
int
bit
) :
void
setOn
(
int
bit
) :
void
Method Details
clear()
public
method
public
clear
( ) :
void
return
void
setOff()
public
method
public
setOff
(
int
bit
) :
void
bit
int
return
void
setOn()
public
method
public
setOn
(
int
bit
) :
void
bit
int
return
void
Property Details
mask
public property
public
int
mask
return
int