C# 클래스 YCgACoEditor.Entry, unity-ycca-subsampling

파일 보기 프로젝트 열기: n-yoda/unity-ycca-subsampling

공개 메소드들

메소드 설명
Apply ( ) : void
Clear ( ) : void
Entry ( Texture2D tex, TextureImporter imp ) : System.Collections.Generic
MakeUserData ( Texture2D source ) : void
Revert ( ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( ) : void
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Entry() 공개 메소드

public Entry ( Texture2D tex, TextureImporter imp ) : System.Collections.Generic
tex UnityEngine.Texture2D
imp TextureImporter
리턴 System.Collections.Generic

MakeUserData() 공개 메소드

public MakeUserData ( Texture2D source ) : void
source UnityEngine.Texture2D
리턴 void

Revert() 공개 메소드

public Revert ( ) : void
리턴 void