UnityEditor.TextureImporterSettings.Internal_ApplyTextureType C# (CSharp) Method

Internal_ApplyTextureType() private method

private Internal_ApplyTextureType ( TextureImporterSettings s, TextureImporterType type ) : void
s TextureImporterSettings
type TextureImporterType
return void
        private static extern void Internal_ApplyTextureType(TextureImporterSettings s, TextureImporterType type);

Usage Example

示例#1
0
 public void ApplyTextureType(TextureImporterType type)
 {
     TextureImporterSettings.Internal_ApplyTextureType(this, type);
 }
All Usage Examples Of UnityEditor.TextureImporterSettings::Internal_ApplyTextureType