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
Methods
CreateNewCollection(uint)
Declaration
IDistortionCollection CreateNewCollection(uint initialCollectionSize = 64)
Parameters
| Type |
Name |
Description |
| uint |
initialCollectionSize |
|
Returns