Click or drag to resize
InspectorStringAttribute Constructor (String)
Constructor.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public InspectorStringAttribute(
	string name
)

Parameters

name
Type: SystemString
Property name to be shown in the inspector.
See Also