Category:ProtoFlux:Assets: Difference between revisions

Category page
m get rid of `1
m fix link spaces
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Table ProtoFluxCategoryNodes
{{Table ProtoFluxCategoryNodes
|Asset Load Progress||
|AssetLoadProgress|| Returns the load progress of an asset.
|Attach Audio Clip||
|AttachAudioClip|| Allows for attaching attach an audio clip from a [[Type:Uri|Uri]].
|Attach Mesh||
|AttachMesh|| Allows for attaching a mesh from a [[Type:Uri|Uri]].
|Attach Sprite||
|AttachSprite|| Allows for attaching a sprite from a [[Type:Uri|Uri]].
|Attach Texture2D||
|AttachTexture2D|| Allows for attaching a [[Type:Texture2D|Texture2D]] from a [[Type:Uri|Uri]].
|Bake Meshes||
|BakeMeshes|| A node that can bake a mesh and spawn that mesh.
|Find Animation Track Index||
|FindAnimationTrackIndex|| Finds and returns the index of an animation track from an [[AnimJ]].
|Get Asset||
|GetAsset|| Gets the raw asset.
|Get Texture2D Pixel||
|GetTexture2DPixel|| Gets a pixel from a 2D image.
|Get Texture3D Pixel||
|GetTexture3DPixel|| Gets a pixel from a 3D (volumetric) volume.
|Sample Object Animation Track||
|SampleObjectAnimationTrack|| Samples an animation track using strings.
|Sample Texture2D UV||
|SampleTexture2DUV|| Samples a [[Type:Texture2D|Texture2D]] pixel from a UV.
|Sample Texture3D UVW||
|SampleTexture3DUVW|| Samples a [[Type:Texture3D|Texture3D]] pixel from a UVW.
|Sample Value Animation Track||
|SampleValueAnimationTrack|| Samples an animation track using a value.
|Texture2D Format||
|Texture2DFormat|| Returns metadata of a [[Type:Texture2D|Texture2D]].
|Texture3D Format||
|Texture3DFormat|| Returns metadata of a [[Type:Texture3D|Texture3D]].
}}
}}
[[Category:ProtoFlux]]

Latest revision as of 19:45, 24 August 2025

Nodes
Node Name Description
AssetLoadProgress Returns the load progress of an asset.
AttachAudioClip Allows for attaching attach an audio clip from a Uri.
AttachMesh Allows for attaching a mesh from a Uri.
AttachSprite Allows for attaching a sprite from a Uri.
AttachTexture2D Allows for attaching a Texture2D from a Uri.
BakeMeshes A node that can bake a mesh and spawn that mesh.
FindAnimationTrackIndex Finds and returns the index of an animation track from an AnimJ.
GetAsset Gets the raw asset.
GetTexture2DPixel Gets a pixel from a 2D image.
GetTexture3DPixel Gets a pixel from a 3D (volumetric) volume.
SampleObjectAnimationTrack Samples an animation track using strings.
SampleTexture2DUV Samples a Texture2D pixel from a UV.
SampleTexture3DUVW Samples a Texture3D pixel from a UVW.
SampleValueAnimationTrack Samples an animation track using a value.
Texture2DFormat Returns metadata of a Texture2D.
Texture3DFormat Returns metadata of a Texture3D.