mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-03 23:55:04 +08:00
Flip Flop node info added and minor adjustments
This commit is contained in:
@@ -353,6 +353,11 @@ export default class Utility {
|
||||
.toLowerCase()
|
||||
}
|
||||
|
||||
/** @param {String} pathValue */
|
||||
static getNameFromPath(pathValue) {
|
||||
return pathValue.match(/[^\.\/]+$/)?.[0] ?? ""
|
||||
}
|
||||
|
||||
/** @param {LinearColorEntity} value */
|
||||
static printLinearColor(value) {
|
||||
return `${Math.round(value.R.valueOf() * 255)}, ${Math.round(value.G.valueOf() * 255)}, ${Math.round(value.B.valueOf() * 255)}`
|
||||
|
||||
Reference in New Issue
Block a user