mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-21 05:27:34 +08:00
Fix pin templates class names
This commit is contained in:
@@ -7,7 +7,7 @@ import Utility from "../../Utility"
|
||||
/** @typedef {import("../../entity/RotatorEntity").default} Rotator */
|
||||
|
||||
/** @extends INumericPinTemplate<Rotator> */
|
||||
export default class RotatorInputPinTemplate extends INumericPinTemplate {
|
||||
export default class RotatorPinTemplate extends INumericPinTemplate {
|
||||
|
||||
#getR() {
|
||||
return IInputPinTemplate.stringFromUEToInput(Utility.minDecimals(this.element.getDefaultValue()?.R ?? 0))
|
||||
|
||||
Reference in New Issue
Block a user