Click or drag to resize

ChangeQueueTextureFromOriginalInstanceId Method

Get the RenderTexture from the ChangeQueue content cache from the original instance id

Namespace:  Rhino.Render.ChangeQueue
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.5
Syntax
public RenderTexture TextureFromOriginalInstanceId(
	Guid id
)

Parameters

id
Type: SystemGuid
The original instance id

Return Value

Type: RenderTexture
RenderTexture
See Also