Method FetchBakedVertex
FetchBakedVertex(uint, uint, uint)
Returns information about a baked vertex (occurrence, polygon ID, parametric coordinates, material ID). Must be called inside a (begin/end)BakingSession block.
Declaration
[HandleProcessCorruptedStateExceptions]
public BakedValue FetchBakedVertex(uint sessionId, uint n, uint dstId = 0)
Parameters
Type | Name | Description |
---|---|---|
uint | sessionId | Baking session Id |
uint | n | ID of the vertex to check |
uint | dstId | Id of the destination occurrence the vertex belongs to, if several are provided |
Returns
Type | Description |
---|---|
BakedValue |