Class MoonSharpModuleMethodAttribute
- Namespace
- MoonSharp.Interpreter
- Assembly
- Assembly-CSharp.dll
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
public sealed class MoonSharpModuleMethodAttribute : Attribute
- Inheritance
-
MoonSharpModuleMethodAttribute
- Inherited Members
- Extension Methods
Constructors
MoonSharpModuleMethodAttribute()
public MoonSharpModuleMethodAttribute()
Properties
Name
public string Name { get; set; }