Click or drag to resize

WeatherMakerEditorUtilityTypeExists Method

Check if a type exists

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public static bool TypeExists(
	string type
)

Parameters

type
Type: SystemString
Full type name (not including assembly)

Return Value

Type: Boolean
True if type exists, false otherwise
See Also