Api Editor HidePropertyAttribute
class

HidePropertyAttribute

public class HidePropertyAttribute : Attribute

A way to hide properties from parent classes in tools.

Constructors

HidePropertyAttribute(String internal_name)
internal_name — The internal/fgd name to skip. Usually all lowercase and with underscores (_) instead of spaces.
Assembly: Sandbox.Engine Namespace: Editor Full Name: Editor.HidePropertyAttribute