|
static Hash | GetHierarchyHash (Transform root) |
|
static Hash | GetDataHash (Transform transform) |
| Returns a hash of the Transform in addition to it's data. Changing either the position, rotation, or scale of a transform will result in a different hash. Two transforms with the same position rotation and scale will not have the same hash! More...
|
|
static implicit | operator Hash (int hash) |
|
static implicit | operator int (Hash hash) |
|
Definition at line 17 of file Hash.cs.
◆ Hash()
Leap.Unity.Hash.Hash |
( |
int |
hash | ) |
|
◆ Add< T >()
void Leap.Unity.Hash.Add< T > |
( |
T |
t | ) |
|
◆ AddRange< T >()
void Leap.Unity.Hash.AddRange< T > |
( |
List< T > |
sequence | ) |
|
◆ Equals() [1/2]
bool Leap.Unity.Hash.Equals |
( |
Hash |
other | ) |
|
◆ Equals() [2/2]
override bool Leap.Unity.Hash.Equals |
( |
object |
obj | ) |
|
◆ GetDataHash()
static Hash Leap.Unity.Hash.GetDataHash |
( |
Transform |
transform | ) |
|
|
static |
Returns a hash of the Transform in addition to it's data. Changing either the position, rotation, or scale of a transform will result in a different hash. Two transforms with the same position rotation and scale will not have the same hash!
Definition at line 73 of file Hash.cs.
◆ GetEnumerator()
IEnumerator Leap.Unity.Hash.GetEnumerator |
( |
| ) |
|
◆ GetHashCode()
override int Leap.Unity.Hash.GetHashCode |
( |
| ) |
|
◆ GetHierarchyHash()
static Hash Leap.Unity.Hash.GetHierarchyHash |
( |
Transform |
root | ) |
|
|
static |
◆ operator Hash()
static implicit Leap.Unity.Hash.operator Hash |
( |
int |
hash | ) |
|
|
static |
◆ operator int()
static implicit Leap.Unity.Hash.operator int |
( |
Hash |
hash | ) |
|
|
static |
The documentation for this struct was generated from the following file: