Tanoda
|
Represents a Mapper that finds humanoid Avatar bones by name-matching. More...
Public Member Functions | |
override Dictionary< BoneMapping, Transform > | Map (AssetLoaderContext assetLoaderContext) |
void | AddMapping (HumanBodyBones humanBodyBones, HumanLimit humanLimit, params string[] boneNames) |
Adds a new mapping item, containing the humanoid bone type, the limits, and the list of names to look for to the query. More... | |
Public Attributes | |
StringComparisonMode | stringComparisonMode |
String comparison mode to use on the mapping. More... | |
bool | CaseInsensitive = true |
Is the string comparison case insensitive? More... | |
List< BoneMapping > | BonesMapping |
The human bone to Unity bone relationship list. More... | |
Represents a Mapper that finds humanoid Avatar bones by name-matching.
Definition at line 11 of file ByNameHumanoidAvatarMapper.cs.
void TriLibCore.Mappers.ByNameHumanoidAvatarMapper.AddMapping | ( | HumanBodyBones | humanBodyBones, |
HumanLimit | humanLimit, | ||
params string[] | boneNames | ||
) |
Adds a new mapping item, containing the humanoid bone type, the limits, and the list of names to look for to the query.
humanBodyBones | The Human Body Bones (Humanoid Bone type). |
humanLimit | The bone Human Limit. |
boneNames | The bones Transform names. |
Definition at line 84 of file ByNameHumanoidAvatarMapper.cs.
override Dictionary< BoneMapping, Transform > TriLibCore.Mappers.ByNameHumanoidAvatarMapper.Map | ( | AssetLoaderContext | assetLoaderContext | ) |
Definition at line 30 of file ByNameHumanoidAvatarMapper.cs.
List<BoneMapping> TriLibCore.Mappers.ByNameHumanoidAvatarMapper.BonesMapping |
The human bone to Unity bone relationship list.
Definition at line 27 of file ByNameHumanoidAvatarMapper.cs.
bool TriLibCore.Mappers.ByNameHumanoidAvatarMapper.CaseInsensitive = true |
Is the string comparison case insensitive?
Definition at line 22 of file ByNameHumanoidAvatarMapper.cs.
StringComparisonMode TriLibCore.Mappers.ByNameHumanoidAvatarMapper.stringComparisonMode |
String comparison mode to use on the mapping.
Definition at line 17 of file ByNameHumanoidAvatarMapper.cs.