Table of Contents

Class DummyAttribute

Namespace
Gamelogic.Extensions
Assembly
Assembly-CSharp.dll

Used to mark the last field in a MonoBehaviour as a dummy so that it is not drawn. This is useful to add a decorator that should be displayed below all fields.

public class DummyAttribute : PropertyAttribute, _Attribute
Inheritance
DummyAttribute
Implements
Inherited Members
Extension Methods

See Also