René's URL Explorer Experiment


Title: Class ModelImporter

Generator: docfx 2.40.7.0

direct link

Domain: stephenhodgson.github.io

NoneIE=edge,chrome=1
titleClass ModelImporter
docfx:navrel../toc.html
docfx:tocreltoc.html

Links:

https://stephenhodgson.github.io/UnityCsReference/index.html
Show / Hide Table of Contentshttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporter.html#sidetoggle
Objecthttps://docs.microsoft.com/dotnet/api/system.object
Objecthttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html
AssetImporterhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html
AssetImporter.assetPathhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_assetPath
AssetImporter.importSettingsMissinghttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_importSettingsMissing
AssetImporter.assetTimeStamphttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_assetTimeStamp
AssetImporter.userDatahttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_userData
AssetImporter.assetBundleNamehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_assetBundleName
AssetImporter.assetBundleVarianthttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_assetBundleVariant
AssetImporter.SetAssetBundleNameAndVariant(String, String)https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_SetAssetBundleNameAndVariant_System_String_System_String_
AssetImporter.GetAtPath(String)https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_GetAtPath_System_String_
AssetImporter.SaveAndReimport()https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_SaveAndReimport
AssetImporter.AddRemap(AssetImporter.SourceAssetIdentifier, Object)https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_AddRemap_UnityEditor_AssetImporter_SourceAssetIdentifier_UnityEngine_Object_
AssetImporter.RemoveRemap(AssetImporter.SourceAssetIdentifier)https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_RemoveRemap_UnityEditor_AssetImporter_SourceAssetIdentifier_
AssetImporter.GetExternalObjectMap()https://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.AssetImporter.html#UnityEditor_AssetImporter_GetExternalObjectMap
Object.GetInstanceID()https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_GetInstanceID
Object.GetHashCode()https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_GetHashCode
Object.Equals(Object)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Equals_System_Object_
Object.namehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_name
Object.Instantiate(Object, Vector3, Quaternion)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Vector3_UnityEngine_Quaternion_
Object.Instantiate(Object, Vector3, Quaternion, Transform)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Transform_
Object.Instantiate(Object)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_
Object.Instantiate(Object, Transform)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Transform_
Object.Instantiate(Object, Transform, Boolean)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate_UnityEngine_Object_UnityEngine_Transform_System_Boolean_
Object.Instantiate(T)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_
Object.Instantiate(T, Vector3, Quaternion)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Vector3_UnityEngine_Quaternion_
Object.Instantiate(T, Vector3, Quaternion, Transform)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Vector3_UnityEngine_Quaternion_UnityEngine_Transform_
Object.Instantiate(T, Transform)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Transform_
Object.Instantiate(T, Transform, Boolean)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Instantiate__1___0_UnityEngine_Transform_System_Boolean_
Object.Destroy(Object, Single)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Destroy_UnityEngine_Object_System_Single_
Object.Destroy(Object)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_Destroy_UnityEngine_Object_
Object.DestroyImmediate(Object, Boolean)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyImmediate_UnityEngine_Object_System_Boolean_
Object.DestroyImmediate(Object)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyImmediate_UnityEngine_Object_
Object.FindObjectsOfType(Type)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfType_System_Type_
Object.DontDestroyOnLoad(Object)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DontDestroyOnLoad_UnityEngine_Object_
Object.hideFlagshttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_hideFlags
Object.DestroyObject(Object, Single)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyObject_UnityEngine_Object_System_Single_
Object.DestroyObject(Object)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_DestroyObject_UnityEngine_Object_
Object.FindSceneObjectsOfType(Type)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindSceneObjectsOfType_System_Type_
Object.FindObjectsOfTypeIncludingAssets(Type)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfTypeIncludingAssets_System_Type_
Object.FindObjectsOfType()https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfType__1
Object.FindObjectOfType()https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectOfType__1
Object.FindObjectsOfTypeAll(Type)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectsOfTypeAll_System_Type_
Object.FindObjectOfType(Type)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_FindObjectOfType_System_Type_
Object.ToString()https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Object.html#UnityEngine_Object_ToString
Object.Equals(Object, Object)https://docs.microsoft.com/dotnet/api/system.object.equals#System_Object_Equals_System_Object_System_Object_
Object.ReferenceEquals(Object, Object)https://docs.microsoft.com/dotnet/api/system.object.referenceequals#System_Object_ReferenceEquals_System_Object_System_Object_
Object.GetType()https://docs.microsoft.com/dotnet/api/system.object.gettype#System_Object_GetType
Object.MemberwiseClone()https://docs.microsoft.com/dotnet/api/system.object.memberwiseclone#System_Object_MemberwiseClone
UnityEditorhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
ModelImporterAnimationCompressionhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterAnimationCompression.html
Singlehttps://docs.microsoft.com/dotnet/api/system.single
Singlehttps://docs.microsoft.com/dotnet/api/system.single
Singlehttps://docs.microsoft.com/dotnet/api/system.single
ModelImporterAnimationTypehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterAnimationType.html
WrapModehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.WrapMode.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_clipAnimations.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.clipAnimations%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L834
ModelImporterClipAnimationhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterClipAnimation.html
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_defaultClipAnimations.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.defaultClipAnimations%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L844
ModelImporterClipAnimationhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterClipAnimation.html
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_extraExposedTransformPaths.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.extraExposedTransformPaths%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L707
Stringhttps://docs.microsoft.com/dotnet/api/system.string
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_extraUserProperties.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.extraUserProperties%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L718
Stringhttps://docs.microsoft.com/dotnet/api/system.string
ModelImporterGenerateAnimationshttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterGenerateAnimations.html
ModelImporterGenerateMaterialshttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterGenerateMaterials.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Singlehttps://docs.microsoft.com/dotnet/api/system.single
HumanDescriptionhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.HumanDescription.html
ModelImporterHumanoidOversamplinghttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterHumanoidOversampling.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
ModelImporterNormalshttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterNormals.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
TakeInfohttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.TakeInfo.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
ModelImporterNormalshttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterNormals.html
ModelImporterTangentshttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterTangents.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
ModelImporterIndexFormathttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterIndexFormat.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_isFileScaleUsed.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.isFileScaleUsed%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L438
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
ModelImporterMaterialLocationhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterMaterialLocation.html
ModelImporterMaterialNamehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterMaterialName.html
ModelImporterMaterialSearchhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterMaterialSearch.html
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_meshCompression.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.meshCompression%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L681
ModelImporterMeshCompressionhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterMeshCompression.html
Stringhttps://docs.microsoft.com/dotnet/api/system.string
ModelImporterNormalCalculationModehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterNormalCalculationMode.html
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_normalImportMode.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.normalImportMode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L589
ModelImporterTangentSpaceModehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterTangentSpaceMode.html
Singlehttps://docs.microsoft.com/dotnet/api/system.single
ModelImporterNormalSmoothingSourcehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterNormalSmoothingSource.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_referencedClips.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.referencedClips%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L570
Stringhttps://docs.microsoft.com/dotnet/api/system.string
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Singlehttps://docs.microsoft.com/dotnet/api/system.single
Singlehttps://docs.microsoft.com/dotnet/api/system.single
Singlehttps://docs.microsoft.com/dotnet/api/system.single
Singlehttps://docs.microsoft.com/dotnet/api/system.single
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_sourceAvatar.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.sourceAvatar%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L789
Avatarhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Avatar.html
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_splitAnimations.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.splitAnimations%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L827
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_splitTangentsAcrossSeams.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.splitTangentsAcrossSeams%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L476
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_tangentImportMode.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.tangentImportMode%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L596
ModelImporterTangentSpaceModehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterTangentSpaceMode.html
Stringhttps://docs.microsoft.com/dotnet/api/system.string
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_CreateDefaultMaskForClip_UnityEditor_ModelImporterClipAnimation_.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.CreateDefaultMaskForClip(UnityEditor.ModelImporterClipAnimation)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L866
ModelImporterClipAnimationhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterClipAnimation.html
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter_ExtractTextures_System_String_.md&value=---%0Auid%3A%20UnityEditor.ModelImporter.ExtractTextures(System.String)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L882
Stringhttps://docs.microsoft.com/dotnet/api/system.string
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
ModelImporterMaterialNamehttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterMaterialName.html
ModelImporterMaterialSearchhttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporterMaterialSearch.html
Booleanhttps://docs.microsoft.com/dotnet/api/system.boolean
MustExtensions.MustBeEqual(T, T)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_
MustExtensions.MustBeEqual(T, T, String)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeEqual__1___0___0_System_String_
MustExtensions.MustNotBeEqual(T, T)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_
MustExtensions.MustNotBeEqual(T, T, String)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeEqual__1___0___0_System_String_
MustExtensions.MustBeNull(T)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_
MustExtensions.MustBeNull(T, String)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustBeNull__1___0_System_String_
MustExtensions.MustNotBeNull(T)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_
MustExtensions.MustNotBeNull(T, String)https://stephenhodgson.github.io/UnityCsReference/api/UnityEngine.Assertions.Must.MustExtensions.html#UnityEngine_Assertions_Must_MustExtensions_MustNotBeNull__1___0_System_String_
Improve this Dochttps://github.com/Unity-Technologies/UnityCsReference/new/master/apiSpec/new?filename=UnityEditor_ModelImporter.md&value=---%0Auid%3A%20UnityEditor.ModelImporter%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A
View Sourcehttps://github.com/Unity-Technologies/UnityCsReference/blob/master/Modules/AssetPipelineEditor/Public/ModelImporting/ModelImporter.bindings.cs/#L370
Back to tophttps://stephenhodgson.github.io/UnityCsReference/api/UnityEditor.ModelImporter.html#top

Viewport: width=device-width


URLs of crawlers that visited me.