C# 클래스 TextureScale.ThreadData, Unity-WinForms

파일 보기 프로젝트 열기: Meragon/Unity-WinForms 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
end int
start int

공개 메소드들

메소드 설명
ThreadData ( int s, int e ) : System.Threading

메소드 상세

ThreadData() 공개 메소드

public ThreadData ( int s, int e ) : System.Threading
s int
e int
리턴 System.Threading

프로퍼티 상세

end 공개적으로 프로퍼티

public int end
리턴 int

start 공개적으로 프로퍼티

public int start
리턴 int