Click or drag to resize
InspectorEntityAttribute Constructor
Exposes the property to the inspector.

Namespace: Slash.ECS.Blueprints.Inspector.Attributes
Assembly: Slash.ECS.Blueprints (in Slash.ECS.Blueprints.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public InspectorEntityAttribute(
	string name
)

Parameters

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