C# Class TextureScale.ThreadData, Unity-WinForms

Mostrar archivo Open project: Meragon/Unity-WinForms Class Usage Examples

Public Properties

Property Type Description
end int
start int

Public Methods

Method Description
ThreadData ( int s, int e ) : System.Threading

Method Details

ThreadData() public method

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

Property Details

end public_oe property

public int end
return int

start public_oe property

public int start
return int