Show / Hide Table of Contents

Interface IDistortionHelper

Provides tools to help the generation of height map distortion textures, as well as simple distotion sprite evolution and lifecycle manager

Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public interface IDistortionHelper

Properties

TextureGenerator

Helpers generate Textures suitable for use in distortion drawing

Declaration
IDistortionTextureGenerator TextureGenerator { get; }
Property Value
Type Description
IDistortionTextureGenerator

Methods

CreateNewCollection(uint)

Declaration
IDistortionCollection CreateNewCollection(uint initialCollectionSize = 64)
Parameters
Type Name Description
uint initialCollectionSize
Returns
Type Description
IDistortionCollection
In this article
Back to top yak2D - Alex Paterson