s&box docs

public class Editor.HidePropertyAttribute : System.Attribute

A way to hide properties from parent classes in tools.

Constructors

Showing 1 constructors

public HidePropertyAttribute(string internal_name)

Parameters

  • internal_name: The internal/fgd name to skip. Usually all lowercase and with underscores (_) instead of spaces.

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Engine
Doc IDT:Editor.HidePropertyAttribute

On this page