C# Class UnityEditor.ModelImporter

Model importer lets you modify import settings from editor scripts.

Inheritance: AssetImporter
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Свойство Type Description
CalculateBestFittingPreviewGameObject string
GetPreviewAnimationClipForTake UnityEngine.AnimationClip
INTERNAL_get_humanDescription void
INTERNAL_set_humanDescription void
UpdateSkeletonPose void
UpdateTransformMask void

Méthodes publiques

Méthode Description
CreateDefaultMaskForClip ( ModelImporterClipAnimation clip ) : void

Creates a mask that matches the model hierarchy, and applies it to the provided ModelImporterClipAnimation.

Private Methods

Méthode Description
CalculateBestFittingPreviewGameObject ( ) : string
GetPreviewAnimationClipForTake ( string takeName ) : AnimationClip
INTERNAL_get_humanDescription ( HumanDescription &value ) : void
INTERNAL_set_humanDescription ( HumanDescription &value ) : void
UpdateSkeletonPose ( SkeletonBone skeletonBones, UnityEditor.SerializedProperty serializedProperty ) : void
UpdateTransformMask ( AvatarMask mask, UnityEditor.SerializedProperty serializedProperty ) : void

Method Details

CreateDefaultMaskForClip() public méthode

Creates a mask that matches the model hierarchy, and applies it to the provided ModelImporterClipAnimation.

public CreateDefaultMaskForClip ( ModelImporterClipAnimation clip ) : void
clip ModelImporterClipAnimation Clip to which the mask will be applied.
Résultat void