ReorderableListAttribute Constructor |
Constructor
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public ReorderableListAttribute(
string tooltip
)
Public Sub New (
tooltip As String
)
public:
ReorderableListAttribute(
String^ tooltip
)
new :
tooltip : string -> ReorderableListAttribute
Parameters
- tooltip
- Type: SystemString
Tooltip
See Also