[This is preliminary documentation and is subject to change.]
Provides information about a setting for the RAGE Plugin Hook.
Inheritance Hierarchy
SystemAttribute
Rage.AttributesSettingAttribute
Namespace: Rage.Attributes
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
[SerializableAttribute] [AttributeUsageAttribute(AttributeTargets.All, Inherited = false)] public class SettingAttribute : Attribute
The SettingAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SettingAttribute |
Initializes a new instance of the SettingAttribute class.
|
Properties
Name | Description | |
---|---|---|
DefaultValue |
Gets the default value of the setting.
| |
Name |
Gets the name of the setting.
| |
Type |
Gets the type of the setting.
|
See Also