Category:Components:Assets: Difference between revisions

Category page
m fix link
update
 
Line 18: Line 18:
<!--T:2-->
<!--T:2-->
{{Table ComponentCategoryComponents
{{Table ComponentCategoryComponents
|DesktopTextureProvider||  
|DesktopTextureProvider|| Provides the texture data of a deskop (user space only).
|NullTextureProvider|| Provides the null texture used for missing textures.
|NullTextureProvider|| Provides the null texture used for missing textures.
|RenderTextureProvider|| Provides the texture resolution from Cameras.
|RenderTextureProvider|| Provides the texture resolution from Cameras.
Line 27: Line 27:
|StaticCubemap|| Provides a cubemap from a URL.
|StaticCubemap|| Provides a cubemap from a URL.
|StaticFont|| Provides a font from a URL.
|StaticFont|| Provides a font from a URL.
|StaticLocaleProvider||  
|StaticGaussianSplat|| Provides a Gaussian Splat from a URL.
|StaticLocaleProvider|| Provides a translation set from a URL.
|StaticMesh|| Provides a static mesh from a URL.
|StaticMesh|| Provides a static mesh from a URL.
|StaticSavedObjectProvider||
|StaticSavedObjectProvider|| Currently unused.
|StaticShader|| Provides a shader from a URL.
|StaticShader|| Provides a shader from a URL.
|StaticTexture2D|| Provides a static 2D texture from a URL.
|StaticTexture2D|| Provides a static 2D texture from a URL.

Latest revision as of 19:44, 12 April 2025

Subcategories
Category Summary
Export Exportable assets.
Loading UsersAssetLoadProgress<A>
Material Property Blocks Specific Material Property blocking.
Materials Contains all of Resonite's material shaders.
Metadata Asset metadata.
Procedural Animations Procedural animation.
Procedural Audio Clips Procedural audio modifications.
Procedural Cubemaps Procedural cubemap creations.
Procedural Fonts Procedural dynamic fonts.
Procedural Meshes Procedural meshes.
Procedural Textures Procedural textures.
Tagging Material Policies.
Utility Asset metadata, asset multiplexers.
Components
Component Description
DesktopTextureProvider Provides the texture data of a deskop (user space only).
NullTextureProvider Provides the null texture used for missing textures.
RenderTextureProvider Provides the texture resolution from Cameras.
SpriteProvider Provides a sprite texture for UIX.
StaticAnimationProvider Provides and loads a static animation from a URL.
StaticAudioClip Provides and loads a static audio clip for AudioClipPlayer from a URL.
StaticBinary Provides a binary from a URL.
StaticCubemap Provides a cubemap from a URL.
StaticFont Provides a font from a URL.
StaticGaussianSplat Provides a Gaussian Splat from a URL.
StaticLocaleProvider Provides a translation set from a URL.
StaticMesh Provides a static mesh from a URL.
StaticSavedObjectProvider Currently unused.
StaticShader Provides a shader from a URL.
StaticTexture2D Provides a static 2D texture from a URL.
StaticTexture3D Provides a static 3D texture from a URL.
VideoTextureProvider Provides a video & sound to a texture from a URL. Requires an AudioOutput for an audio source.