 | InspectorTooltipAttribute Constructor |
Constructor.
Namespace: Slash.Unity.Common.UtilsAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic InspectorTooltipAttribute(
string text
)
Public Sub New (
text As String
)
public:
InspectorTooltipAttribute(
String^ text
)
new :
text : string -> InspectorTooltipAttribute
Parameters
- text
- Type: SystemString
Tooltip text.
See Also