Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

PropertyBag.Exists

Declaration

public static bool Exists();

Returns

bool true if there is a property bag for the given type; otherwise, false.

Description

Returns true if a property bag exists for the given type.


Declaration

public static bool Exists(Type type);

Parameters

Description
type The type to check for a property bag

Returns

bool true if there is a property bag for the given type; otherwise, false.

Description

Returns true if a property bag exists for the given type.