 | InspectorComponentAttributeCanBeRemoved Property |
Whether this component can be removed from a blueprint in the inspector, or not.
Default: true.
Namespace: Slash.ECS.Inspector.AttributesAssembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntaxpublic bool CanBeRemoved { get; set; }
Public Property CanBeRemoved As Boolean
Get
Set
public:
property bool CanBeRemoved {
bool get ();
void set (bool value);
}
member CanBeRemoved : bool with get, set
Property Value
Type:
Boolean
See Also