Method GetTexture
GetTexture(Mode)
Get the texture for a specific mode.
선언
public Texture GetTexture(ProbeSettings.Mode targetMode)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ProbeSettings.Mode | targetMode | The mode to query. |
반환
타입 | 설명 |
---|---|
Texture | The texture for this specified mode. |
예외
타입 | 조건 |
---|---|
ArgumentOutOfRangeException | When the |