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
namestring
Properties
Name
public string Name { get; }