Click or drag to resize
JointAngularLimitsGetHashCode Method
Serves as a hash function for a JointAngularLimits object.

Namespace: Candlelight.Physics
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