mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Various fixes
This commit is contained in:
10
js/entity/VectorEntity.js
Normal file
10
js/entity/VectorEntity.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import IEntity from "./IEntity"
|
||||
|
||||
export default class LinearColorEntity extends IEntity {
|
||||
|
||||
static attributes = {
|
||||
X: Number,
|
||||
Y: Number,
|
||||
Z: Number,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user