C# Class GUILayoutScrollView, tf_client

显示文件 Open project: wids-eria/tf_client

Private Properties

Property Type Description

Public Methods

Method Description
Begin ( ) : void
End ( ) : void
SetMax ( int index, float m ) : void
SetMin ( int index, float m ) : void

Method Details

Begin() public method

public Begin ( ) : void
return void

End() public method

public End ( ) : void
return void

SetMax() public method

public SetMax ( int index, float m ) : void
index int
m float
return void

SetMin() public method

public SetMin ( int index, float m ) : void
index int
m float
return void