Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PropertyBag.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

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.