mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-15 04:50:53 +08:00
Rotator entity
This commit is contained in:
@@ -45,14 +45,15 @@ export default class Configuration {
|
||||
static nodeRadius = 8 // in pixel
|
||||
static nodeReflowEventName = "ueb-node-reflow"
|
||||
static pinColor = {
|
||||
"/Script/CoreUObject.LinearColor": css`3, 76, 168`, // #034ca8
|
||||
"/Script/CoreUObject.Vector": css`182, 146, 28`, // b6921c
|
||||
"bool": css`117, 0, 0`, // #750000
|
||||
"default": css`167, 167, 167`, // #a7a7a7
|
||||
"exec": css`167, 167, 167`, // #a7a7a7
|
||||
"name": css`203, 129, 252`, // #cb81fc
|
||||
"real": css`50, 187, 0`, // #32bb00
|
||||
"string": css`213, 0, 176`, // #d500b0
|
||||
"/Script/CoreUObject.LinearColor": css`3, 76, 168`,
|
||||
"/Script/CoreUObject.Rotator": css`152, 171, 241`,
|
||||
"/Script/CoreUObject.Vector": css`215, 202, 11`,
|
||||
"bool": css`117, 0, 0`,
|
||||
"default": css`167, 167, 167`,
|
||||
"exec": css`167, 167, 167`,
|
||||
"name": css`203, 129, 252`,
|
||||
"real": css`50, 187, 0`,
|
||||
"string": css`213, 0, 176`,
|
||||
}
|
||||
static selectAllKeyboardKey = "(bCtrl=True,Key=A)"
|
||||
static trackingMouseEventName = {
|
||||
|
||||
Reference in New Issue
Block a user