namespace
Sandbox.Resources
14 types
Classes
| Type | Name | Description |
|---|---|---|
| class | ColorTextureGenerator | Generate a texture which is just a single color |
| class | ImageFileGenerator | Load images from disk and convert them to textures |
| class | LinearGradient | |
| class | RadialGradient | |
| class | RandomTextureGenerator | |
| class | RenderTextureAssetGenerator | Provides a texture generator entry that returns the texture owned by a RenderTexture asset. |
| class | ResourceCompileContext | |
| class | ResourceCompiler | Takes the "source" of a resource and creates a compiled version. The compiled version can create a number of child resou |
| class | ResourceGenerator | Creates a resource from a json definition |
| class | ResourceGenerator<T> | A resource generator targetting a specific type |
| class | SvgSourceGenerator | |
| class | TextTextureGenerator | |
| class | TextureGenerator |
Structs
| Type | Name | Description |
|---|---|---|
| struct | EmbeddedResource | A JSON definition of an embedded resource. This is a resource that can be either standalone (in a .vtex file) or embedd |