Property | Type | Description | |
---|---|---|---|
lineEndColor | |||
lineFadeDuration | float | ||
lineStartColor | |||
patternA | PulsedPatternModule | ||
xFactor | float |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnDisable ( ) : void | ||
OnEnable ( ) : void | ||
PatternWillPlay ( PatternSample sampleInfo, int indexInPattern, double dspTime ) : void | ||
SetFirstVertexIndex ( int index ) : void |
Method | Description | |
---|---|---|
FadeOutLine ( float duration ) : IEnumerator | ||
PlaceVertex ( int index, float semiTones, double dspTime ) : IEnumerator |
public PatternWillPlay ( PatternSample sampleInfo, int indexInPattern, double dspTime ) : void | ||
sampleInfo | PatternSample | |
indexInPattern | int | |
dspTime | double | |
return | void |
public SetFirstVertexIndex ( int index ) : void | ||
index | int | |
return | void |