Table of Contents

Class GameplayEditorGUI

Namespace
Ceres.Gameplay.Editor
Assembly
Ceres.Gameplay.Editor.dll
public static class GameplayEditorGUI
Inheritance
GameplayEditorGUI
Inherited Members

Methods

Foldout(Rect, string, string, Action, bool)

public static void Foldout(Rect rect, string foldKey, string title = null, Action drawAct = null, bool enable = true)

Parameters

rect Rect
foldKey string
title string
drawAct Action
enable bool