Tanoda
TriLibCore.Mappers.ByNameRootBoneMapper Class Reference

Represents a Mapper that searches for a root bone on the Models by the bone names. More...

Inheritance diagram for TriLibCore.Mappers.ByNameRootBoneMapper:

Public Member Functions

override Transform Map (AssetLoaderContext assetLoaderContext)
 
More...
 

Public Attributes

StringComparisonMode StringComparisonMode
 String comparison mode to use on the mapping. More...
 
bool CaseInsensitive = true
 Is the string comparison case insensitive? More...
 
string[] RootBoneNames = { "Hips", "Bip01", "Pelvis" }
 Root bone names to be searched. More...
 

Detailed Description

Represents a Mapper that searches for a root bone on the Models by the bone names.

Definition at line 9 of file ByNameRootBoneMapper.cs.

Member Function Documentation

◆ Map()

override Transform TriLibCore.Mappers.ByNameRootBoneMapper.Map ( AssetLoaderContext  assetLoaderContext)


Definition at line 28 of file ByNameRootBoneMapper.cs.

Member Data Documentation

◆ CaseInsensitive

bool TriLibCore.Mappers.ByNameRootBoneMapper.CaseInsensitive = true

Is the string comparison case insensitive?

Definition at line 20 of file ByNameRootBoneMapper.cs.

◆ RootBoneNames

string [] TriLibCore.Mappers.ByNameRootBoneMapper.RootBoneNames = { "Hips", "Bip01", "Pelvis" }

Root bone names to be searched.

Definition at line 25 of file ByNameRootBoneMapper.cs.

◆ StringComparisonMode

StringComparisonMode TriLibCore.Mappers.ByNameRootBoneMapper.StringComparisonMode

String comparison mode to use on the mapping.

Definition at line 15 of file ByNameRootBoneMapper.cs.


The documentation for this class was generated from the following file: