C# Class UnityEditor.TextureImporterSettings

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

Private Properties

Свойство Type Description
ApplyTextureType void
CopyTo void
Equal bool
Internal_ApplyTextureType void

Méthodes publiques

Méthode Description
ApplyTextureType ( TextureImporterType type ) : void

Private Methods

Méthode Description
ApplyTextureType ( TextureImporterType type, bool applyAll ) : void
CopyTo ( TextureImporterSettings target ) : void
Equal ( TextureImporterSettings a, TextureImporterSettings b ) : bool
Internal_ApplyTextureType ( TextureImporterSettings s, TextureImporterType type ) : void

Method Details

ApplyTextureType() public méthode

public ApplyTextureType ( TextureImporterType type ) : void
type TextureImporterType
Résultat void