完成Note预制体的创建体系
This commit is contained in:
@@ -48,6 +48,14 @@ namespace Demo.Game
|
||||
});
|
||||
}
|
||||
|
||||
public override void OnInit()
|
||||
{
|
||||
foreach (var child in Prefabs)
|
||||
{
|
||||
child.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
public override void OnBegin()
|
||||
{
|
||||
foreach (var child in Prefabs)
|
||||
|
||||
Reference in New Issue
Block a user