Returns true if part's Design is or has a mixin named kind.
isKindOf? ( part As Part, _ kind As Name ) As Boolean
Argument | Type | Description |
---|---|---|
part | Part | The part to be queried. |
kind | Name | The Design name. |
Intent >isKindOf?(root, :BasePart) --> True