renaming analyze to scope and documenting
This commit is contained in:
@ -110,7 +110,7 @@ export class SoundEvent extends AudibleEvent {
|
||||
self.updateValue("release", 0.0);
|
||||
return self;
|
||||
},
|
||||
analyze: function(self: SoundEvent) {
|
||||
scope: function(self: SoundEvent) {
|
||||
self.updateValue("analyze", true)
|
||||
return self
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user