mirror of
https://github.com/motion-canvas/motion-canvas.git
synced 2026-01-12 07:18:01 -05:00
fix: add missing Arrow setters (#82)
This commit is contained in:
@@ -161,6 +161,10 @@ export class Arrow extends Shape<ArrowConfig> {
|
||||
public start: GetSet<number, this>;
|
||||
@getset(1)
|
||||
public end: GetSet<number, this>;
|
||||
@getset(false)
|
||||
public startArrow: GetSet<boolean, this>;
|
||||
@getset(false)
|
||||
public endArrow: GetSet<boolean, this>;
|
||||
@getset(16)
|
||||
public arrowSize: GetSet<number, this>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user