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