Impact CFX API 1.3.0
Comprehensive API documentation for Impact CFX - Collision Effects System
Loading...
Searching...
No Matches
ImpactCFX.ImpactTagMask Struct Reference

Bitmask for holding many impact tag values. More...

Public Member Functions

 ImpactTagMask (int value)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (ImpactTagMask a, ImpactTagMask b)
 
static bool operator!= (ImpactTagMask a, ImpactTagMask b)
 
static int operator& (ImpactTagMask a, ImpactTagMask b)
 

Public Attributes

int Value
 The raw bitmask value.
 

Properties

static ImpactTagMask Empty [get]
 Gets an empty tag mask with a value of 0.
 

Detailed Description

Bitmask for holding many impact tag values.