Click or drag to resize
InspectorComponentAttributeCanBeRemoved Property
Whether this component can be removed from a blueprint in the inspector, or not. Default: true.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public bool CanBeRemoved { get; set; }

Property Value

Type: Boolean
See Also