Method UpdateSlice
UpdateSlice(CommandBuffer, int, Texture[], uint)
선언
public bool UpdateSlice(CommandBuffer cmd, int sliceIndex, Texture[] contentArray, uint textureHash)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CommandBuffer | cmd | |
int | sliceIndex | |
Texture[] | contentArray | |
uint | textureHash |
반환
타입 | 설명 |
---|---|
bool |
UpdateSlice(CommandBuffer, int, Texture, uint)
선언
public bool UpdateSlice(CommandBuffer cmd, int sliceIndex, Texture texture, uint textureHash)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CommandBuffer | cmd | |
int | sliceIndex | |
Texture | texture | |
uint | textureHash |
반환
타입 | 설명 |
---|---|
bool |