Method GetHashCode
GetHashCode(Camera)
Returns the hash code of the sky parameters.
선언
public override int GetHashCode(Camera camera)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Camera | camera | The camera we want to use to compute the hash of the sky. |
반환
타입 | 설명 |
---|---|
int | The hash code of the sky parameters. |
오버라이드
GetHashCode()
Returns the hash code of the parameters of the sky.
선언
public override int GetHashCode()
반환
타입 | 설명 |
---|---|
int | The hash code of the parameters of the sky. |