C# 클래스 QuickPool.PoolUtils

파일 보기 프로젝트 열기: minimalgeek/TapBand

공개 메소드들

메소드 설명
CreateRoot ( string name ) : GameObject
DrawBitMaskField ( Rect aPosition, int aMask, System aType, GUIContent aLabel ) : int

메소드 상세

CreateRoot() 공개 정적인 메소드

public static CreateRoot ( string name ) : GameObject
name string
리턴 UnityEngine.GameObject

DrawBitMaskField() 공개 정적인 메소드

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