Click or drag to resize

SerializationHelperSetDirty Method

Mark an object as dirty - only works in editor mode

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static void SetDirty(
	Object obj
)

Parameters

obj
Type: Object
Object to set dirty
See Also