Interface IHelpers
Helper objects to support / simplify rendering stages
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public interface IHelpers
Properties
CommonMeshBuilder
Provides functions to generate the Vertex3D arrays for a selection of mesh types for the MeshRender stage
Declaration
ICommonMeshBuilder CommonMeshBuilder { get; }
Property Value
| Type | Description |
|---|---|
| ICommonMeshBuilder |
CoordinateTransforms
Provides functions to transform positions between World, Screen and Window coordinates
Declaration
ICoordinateTransforms CoordinateTransforms { get; }
Property Value
| Type | Description |
|---|---|
| ICoordinateTransforms |
DistortionHelper
Provides tools to help the generation of height map distortion textures, as well as simple distotion sprite evolution and lifecycle manager
Declaration
IDistortionHelper DistortionHelper { get; }
Property Value
| Type | Description |
|---|---|
| IDistortionHelper |