Class RasterizationUtils
A collection of useful rasterization helpers.
Namespace: Holoride.ElasticSDK
Assembly: Holoride.ElasticSDK.Library.Runtime.dll
Syntax
public static class RasterizationUtils
Methods
SetMapRenderMatrix(CommandBuffer, Vector2, float, float)
Declaration
public static void SetMapRenderMatrix(CommandBuffer commandBuffer, Vector2 extents, float near = -100, float far = 100)
Parameters
Type | Name | Description |
---|---|---|
CommandBuffer | commandBuffer | |
Vector2 | extents | |
float | near | |
float | far |