TriLib 2.2.8
Loading...
Searching...
No Matches
Public Member Functions | List of all members
TriLibCore.Mappers.SimpleAnimationPlayerAnimationClipMapper Class Reference

Represents a Mapper that creates a Simple Animation Player used to play Animation Clips by their index or name. More...

Inheritance diagram for TriLibCore.Mappers.SimpleAnimationPlayerAnimationClipMapper:
TriLibCore.Mappers.AnimationClipMapper

Public Member Functions

override AnimationClip[] MapArray (AssetLoaderContext assetLoaderContext, AnimationClip[] sourceAnimationClips)
 Configures the given Animation Clip.
Parameters
assetLoaderContextThe Asset Loader Context reference. Asset Loader Context contains the Model loading data.
sourceAnimationClipsThe source Animation Clips to process.
Returns
The processed animation clips.

 
virtual AnimationClip[] MapArray (AssetLoaderContext assetLoaderContext, AnimationClip[] sourceAnimationClips)
 Configures the given Animation Clip.
 

Additional Inherited Members

- Public Attributes inherited from TriLibCore.Mappers.AnimationClipMapper
int CheckingOrder
 Defines the mapper priority when using other mappers in the same AssetLoaderOptions.
 

Detailed Description

Represents a Mapper that creates a Simple Animation Player used to play Animation Clips by their index or name.

Member Function Documentation

◆ MapArray()

override AnimationClip[] TriLibCore.Mappers.SimpleAnimationPlayerAnimationClipMapper.MapArray ( AssetLoaderContext  assetLoaderContext,
AnimationClip[]  sourceAnimationClips 
)
virtual

Configures the given Animation Clip.

Parameters
assetLoaderContextThe Asset Loader Context reference. Asset Loader Context contains the Model loading data.
sourceAnimationClipsThe source Animation Clips to process.
Returns
The processed animation clips.

Reimplemented from TriLibCore.Mappers.AnimationClipMapper.