 | InspectorBoolAttribute Constructor |
Exposes the property to the inspector.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic InspectorBoolAttribute(
string name
)
Public Sub New (
name As String
)
public:
InspectorBoolAttribute(
String^ name
)
new :
name : string -> InspectorBoolAttribute
Parameters
- name
- Type: SystemString
Property name to be shown in the inspector.
See Also