Table of Contents

Class MoonSharpVisibleAttribute

Namespace
MoonSharp.Interpreter.Interop
Assembly
Assembly-CSharp.dll
[AttributeUsage(AttributeTargets.Constructor|AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event, Inherited = true, AllowMultiple = false)]
public sealed class MoonSharpVisibleAttribute : Attribute
Inheritance
MoonSharpVisibleAttribute
Inherited Members
Extension Methods

Constructors

MoonSharpVisibleAttribute(bool)

public MoonSharpVisibleAttribute(bool visible)

Parameters

visible bool

Properties

Visible

public bool Visible { get; }

Property Value

bool