Table of Contents

Class MoonSharpUserDataMetamethodAttribute

Namespace
MoonSharp.Interpreter
Assembly
Assembly-CSharp.dll
[AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple = true)]
public sealed class MoonSharpUserDataMetamethodAttribute : Attribute
Inheritance
MoonSharpUserDataMetamethodAttribute
Inherited Members
Extension Methods

Constructors

MoonSharpUserDataMetamethodAttribute(string)

public MoonSharpUserDataMetamethodAttribute(string name)

Parameters

name string

Properties

Name

public string Name { get; }

Property Value

string