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(UInt32)
Declaration
IDistortionCollection CreateNewCollection(uint initialCollectionSize = null)
Parameters
| Type |
Name |
Description |
| System.UInt32 |
initialCollectionSize |
|
Returns