C# Класс UnityEditor.TextureImporterSettings

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
ApplyTextureType void
CopyTo void
Equal bool
Internal_ApplyTextureType void

Открытые методы

Метод Описание
ApplyTextureType ( TextureImporterType type ) : void

Приватные методы

Метод Описание
ApplyTextureType ( TextureImporterType type, bool applyAll ) : void
CopyTo ( TextureImporterSettings target ) : void
Equal ( TextureImporterSettings a, TextureImporterSettings b ) : bool
Internal_ApplyTextureType ( TextureImporterSettings s, TextureImporterType type ) : void

Описание методов

ApplyTextureType() публичный Метод

public ApplyTextureType ( TextureImporterType type ) : void
type TextureImporterType
Результат void