mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-22 14:17:30 +08:00
Material nodes wip, various refactoring
This commit is contained in:
@@ -33,7 +33,7 @@ export default class ITemplate {
|
||||
|
||||
/**
|
||||
* @template {IInput} T
|
||||
* @param {new () => T} type
|
||||
* @param {new (...any) => T} type
|
||||
*/
|
||||
getInputObject(type) {
|
||||
return /** @type {T} */(this.inputObjects.find(object => object.constructor == type))
|
||||
|
||||
Reference in New Issue
Block a user