ChangeQueueTextureForId Method |
Get RenderTexture for given RenderHash. Can return null.
Namespace:
Rhino.Render.ChangeQueue
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax public RenderTexture TextureForId(
uint crc
)
Public Function TextureForId (
crc As UInteger
) As RenderTexture
Parameters
- crc
- Type: SystemUInt32
render hash of the content to search for
Return Value
Type:
RenderTextureRenderTexture if found for render hash, null otherwise
See Also