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(UInt32)

Declaration
IDistortionCollection CreateNewCollection(uint initialCollectionSize = null)
Parameters
Type Name Description
System.UInt32 initialCollectionSize
Returns
Type Description
IDistortionCollection
In This Article
Back to top yak2D - Alex Paterson