A* Pathfinding Project  3.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
ModifierConverter Class Reference

Static Public Member Functions

static bool AllBits (ModifierData a, ModifierData b)
 Returns If a has all bits that b has set to true, also set to true.
 
static bool AnyBits (ModifierData a, ModifierData b)
 Returns If a and b has any bits in common.
 
static bool CanConvert (ModifierData input, ModifierData output)
 Returns If input can be converted to output.
 
static ModifierData CanConvertTo (ModifierData a)
 Returns All data types a can be converted to.
 
static ModifierData Convert (Path p, ModifierData input, ModifierData output)
 Converts a path from input to output.
 

Member Function Documentation

static bool AllBits ( ModifierData  a,
ModifierData  b 
)
static

Returns If a has all bits that b has set to true, also set to true.

static bool AnyBits ( ModifierData  a,
ModifierData  b 
)
static

Returns If a and b has any bits in common.

static bool CanConvert ( ModifierData  input,
ModifierData  output 
)
static

Returns If input can be converted to output.

static ModifierData CanConvertTo ( ModifierData  a)
static

Returns All data types a can be converted to.

static ModifierData Convert ( Path  p,
ModifierData  input,
ModifierData  output 
)
static

Converts a path from input to output.


The documentation for this class was generated from the following file: