C# Class UnityEditor.TextureImporterSettings

显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Private Properties

Property Type Description
ApplyTextureType void
CopyTo void
Equal bool
Internal_ApplyTextureType void

Public Methods

Method Description
ApplyTextureType ( TextureImporterType type ) : void

Private Methods

Method 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 method

public ApplyTextureType ( TextureImporterType type ) : void
type TextureImporterType
return void