采音器初步
This commit is contained in:
@@ -291,9 +291,17 @@ namespace Ichni.RhythmGame
|
||||
var setOnlyStartEndPathNodeSphereEnabledButton =
|
||||
inspector.GenerateButton(this, pathNodeToolsSubcontainer, "Only Enable Start & End Path Node's sphere",
|
||||
SetOnlyStartEndPathNodeSphereEnabled);
|
||||
var Sampler = inspector.GenerateContainer("Sampler"); //cyq
|
||||
var SamplerSubcontainer = Sampler.GenerateSubcontainer(1);
|
||||
var SamplerButton = inspector.GenerateButton(this, SamplerSubcontainer, "Sampler", () =>
|
||||
{
|
||||
SampleWindow sampleWindow = inspector.GenerateSampler(this, this.elementName);
|
||||
|
||||
}
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public partial class Track
|
||||
{
|
||||
[Button("Test GetAllNotes")]
|
||||
@@ -312,7 +320,7 @@ namespace Ichni.RhythmGame
|
||||
{
|
||||
Debug.Log(note.GetType() + " " + note.elementName + " " + note.exactJudgeTime);
|
||||
}
|
||||
|
||||
|
||||
return notes;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user