Tanoda
|
Represents a Mapper that searches for a root bone on the Models by the bone names. More...
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... | |
Represents a Mapper that searches for a root bone on the Models by the bone names.
Definition at line 9 of file ByNameRootBoneMapper.cs.
override Transform TriLibCore.Mappers.ByNameRootBoneMapper.Map | ( | AssetLoaderContext | assetLoaderContext | ) |
Definition at line 28 of file ByNameRootBoneMapper.cs.
bool TriLibCore.Mappers.ByNameRootBoneMapper.CaseInsensitive = true |
Is the string comparison case insensitive?
Definition at line 20 of file ByNameRootBoneMapper.cs.
string [] TriLibCore.Mappers.ByNameRootBoneMapper.RootBoneNames = { "Hips", "Bip01", "Pelvis" } |
Root bone names to be searched.
Definition at line 25 of file ByNameRootBoneMapper.cs.
StringComparisonMode TriLibCore.Mappers.ByNameRootBoneMapper.StringComparisonMode |
String comparison mode to use on the mapping.
Definition at line 15 of file ByNameRootBoneMapper.cs.