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