C# Class QuickPool.PoolUtils

Mostrar archivo Open project: minimalgeek/TapBand

Public Methods

Method Description
CreateRoot ( string name ) : GameObject
DrawBitMaskField ( Rect aPosition, int aMask, System aType, GUIContent aLabel ) : int

Method Details

CreateRoot() public static method

public static CreateRoot ( string name ) : GameObject
name string
return UnityEngine.GameObject

DrawBitMaskField() public static method

public static DrawBitMaskField ( Rect aPosition, int aMask, System aType, GUIContent aLabel ) : int
aPosition UnityEngine.Rect
aMask int
aType System
aLabel UnityEngine.GUIContent
return int