chore: descriptions
This commit is contained in:
parent
8b6c790a32
commit
94c0c2abb5
|
@ -27,6 +27,23 @@ export default class Directional extends decorate(Trait) {
|
|||
};
|
||||
}
|
||||
|
||||
static describeParams() {
|
||||
return {
|
||||
directionCount: {
|
||||
type: 'number',
|
||||
label: '# of directions',
|
||||
options: {
|
||||
1: 1,
|
||||
4: 4,
|
||||
},
|
||||
},
|
||||
trackMovement: {
|
||||
type: 'bool',
|
||||
label: 'Track movement',
|
||||
},
|
||||
};
|
||||
}
|
||||
|
||||
static describeState() {
|
||||
return {
|
||||
direction: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user