Table of Contents

Class SimpleGridEditor<TGridBuilder, TPoint>

Namespace
Gamelogic.Grids.Editor.Internal
Assembly
Assembly-CSharp-Editor.dll
public class SimpleGridEditor<TGridBuilder, TPoint> : GLEditor<TGridBuilder> where TGridBuilder : MonoBehaviour, ITileGrid<TPoint> where TPoint : IGridPoint<TPoint>

Type Parameters

TGridBuilder
TPoint
Inheritance
GLEditor<TGridBuilder>
SimpleGridEditor<TGridBuilder, TPoint>
Derived
Inherited Members
Editor.CreateEditorWithContext(Object[], Object)
Editor.CreateEditor(Object)
Editor.CreateEditor(Object[])
Editor.ShouldHideOpenButton()
Editor.GetPreviewTitle()
Editor.GetInfoString()
Editor.UseDefaultMargins()
Editor.Initialize(Object[])
Editor.target
Editor.targets
Editor.serializedObject
Editor.finishedDefaultHeaderGUI
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.name
Object.hideFlags
Extension Methods

Methods

IsCustomShape(int)

protected virtual bool IsCustomShape(int shape)

Parameters

shape int

Returns

bool

OnEnable()

public void OnEnable()

OnInspectorGUI()

Implement this function to make a custom inspector.

public override void OnInspectorGUI()

ShowDimensions(int)

protected virtual bool ShowDimensions(int shape)

Parameters

shape int

Returns

bool

ShowSize(int)

protected virtual bool ShowSize(int shape)

Parameters

shape int

Returns

bool