keep_builtin_global_settings property

keep_builtin_global_settings property

Gets or sets whether to keep the builtin properties in GlobalSettings which have a native property replacement in AssetInfo. Set this to true if you want the full properties in GlobalSettings Default value is false

Definition:

@property
def keep_builtin_global_settings(self):
    ...
@keep_builtin_global_settings.setter
def keep_builtin_global_settings(self, value):
    ...

See Also