Method GetHashCode
GetHashCode(Camera)
Returns the hash code of the sky parameters.
Declaration
public override int GetHashCode(Camera camera)
Parameters
Type | Name | Description |
---|---|---|
Camera | camera | The camera we want to use to compute the hash of the sky. |
Returns
Type | Description |
---|---|
int | The hash code of the sky parameters. |
Overrides
GetHashCode()
Returns the hash code of the parameters of the sky.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | The hash code of the parameters of the sky. |