C# 클래스 UnityEditor.TextureImporterSettings

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

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