Click or drag to resize

IGLScriptableObject Interface

Classes that can be edited in the inspector using a custum editor should implement this interface to allow the editor to update the presentation when necessary.

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[VersionAttribute(1, 8, 0)]
public interface IGLScriptableObject

The IGLScriptableObject type exposes the following members.

Methods
  NameDescription
Public method__UpdatePresentation
Top
See Also