Board
Board.Input
BoardContactTypeMask Struct
Provides a mechanism to filter by BoardContactType.
public struct BoardContactTypeMask
| Constructors | |
|---|---|
| BoardContactTypeMask(BoardContactType[]) | Instantiates a new instance of BoardContactTypeMask with the specified contact types. |
| Properties | |
|---|---|
| value | Gets the integer value equivalent of this BoardContactTypeMask |
| Methods | |
|---|---|
| OnAfterDeserialize() | See UnityEngine.ISerializationCallbackReceiver. |
| OnBeforeSerialize() | See UnityEngine.ISerializationCallbackReceiver. |
| Operators | |
|---|---|
| implicit operator BoardContactTypeMask(int) | Implicitly converts a 32-bit signed integer to a BoardContactTypeMask. |
| implicit operator int(BoardContactTypeMask) | Implicitly converts a BoardContactTypeMask to a 32-bit signed integer. |