Click or drag to resize
InspectorIntAttributeGetEmptyList Method
Gets an empty list for elements of the type of the property the attribute is attached to.

Namespace: Slash.ECS.Inspector.Attributes
Assembly: Slash.ECS (in Slash.ECS.dll) Version: 1.0.6018.40178
Syntax
public override IList GetEmptyList()

Return Value

Type: IList
Empty list of matching type.
See Also