mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-18 20:34:54 +08:00
Mirrored entities
This commit is contained in:
@@ -16,6 +16,7 @@ export default class CommentNodeTemplate extends IResizeableTemplate {
|
||||
|
||||
/** @param {NodeElement} element */
|
||||
initialize(element) {
|
||||
super.initialize(element)
|
||||
if (element.entity.CommentColor) {
|
||||
this.#color.setFromRGBANumber(element.entity.CommentColor.toNumber())
|
||||
this.#color.setFromHSVA(
|
||||
|
||||
Reference in New Issue
Block a user