Click or drag to resize

TileCell__UpdatePresentation Method

This methods is called by the editor, and is to update the cell representation to it's current state. (Typically, this is necessary for serialized fields that affect the presentation.For example, the color may be saved, but the actual object may reset it's color).

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract void __UpdatePresentation(
	bool forceUpdate
)

Parameters

forceUpdate
Type: SystemBoolean
See Also