C# Class UnityEditor.LayerMatrixGUI

显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
DoGUI ( string title, bool &show, Vector2 &scrollPos, GetValueFunc getValue, SetValueFunc setValue ) : void

Method Details

DoGUI() public static method

public static DoGUI ( string title, bool &show, Vector2 &scrollPos, GetValueFunc getValue, SetValueFunc setValue ) : void
title string
show bool
scrollPos Vector2
getValue GetValueFunc
setValue SetValueFunc
return void