Type:Animation: Difference between revisions

From Resonite Wiki
add more info
Added a link (needs a page though)
 
Line 1: Line 1:
An animation is a type that is usually wrapped by an [[Type:IAssetProvider`1|asset provider]] It does not fall under a [[Type:IWorldElement|World Element]] And cannot be stored into a field. It represents the raw asset url of an [[AnimJ]]. How animations are sampled at certain positions are determined by the type of animation file. Currently, there are only two types of animation files, [[AnimJ]] and AnimX, which work the same but AnimX is obfuscated.
An animation is a type that is usually wrapped by an [[Type:IAssetProvider`1|asset provider]] It does not fall under a [[Type:IWorldElement|World Element]] And cannot be stored into a field. It represents the raw asset url of an [[AnimJ]]. How animations are sampled at certain positions are determined by the type of animation file. Currently, there are only two types of animation files, [[AnimJ]] and [[AnimX]], which work the same but AnimX is obfuscated.





Latest revision as of 02:44, 30 May 2024

An animation is a type that is usually wrapped by an asset provider It does not fall under a World Element And cannot be stored into a field. It represents the raw asset url of an AnimJ. How animations are sampled at certain positions are determined by the type of animation file. Currently, there are only two types of animation files, AnimJ and AnimX, which work the same but AnimX is obfuscated.


See also: IAsset`1