CanItemBeDrawn Method
CanItemBeDrawn(Type)
Returns if the specified type can be drawn.
Declaration
bool CanItemBeDrawn(Type createItemType)
Parameters
Type | Name | Description |
---|---|---|
System. |
createItemType | The type to check. |
Returns
Type | Description |
---|---|
System. |
True if the specified type can be drawn, otherwise false. |