mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-22 14:54:43 +08:00
Various fixes
This commit is contained in:
9
js/entity/ColorChannelRealValueEntity.js
Executable file
9
js/entity/ColorChannelRealValueEntity.js
Executable file
@@ -0,0 +1,9 @@
|
||||
import Utility from "../Utility"
|
||||
import IntegerEntity from "./IntegerEntity"
|
||||
|
||||
export default class ColorChannelRealValueEntity extends IntegerEntity {
|
||||
|
||||
toString() {
|
||||
return (this.value / 255).toFixed(6)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user