Table of Contents

Class GameplayEditorGUILayout

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

Methods

DrawDefaultInspectorWithoutScript(SerializedObject)

Draws the built-in Inspector without showing Script field.

public static bool DrawDefaultInspectorWithoutScript(SerializedObject obj)

Parameters

obj SerializedObject

Returns

bool

Foldout(bool, string)

public static bool Foldout(bool foldout, string content)

Parameters

foldout bool
content string

Returns

bool