Click or drag to resize
AvatarTransformMaskGetHashCode Method
Serves as a hash function for a AvatarTransformMask object.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public override int GetHashCode()

Return Value

Type: Int32
A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.
See Also