I want to know about '.GetUI'

Using Naninovel C# APIs: adding custom actor implementations or commands, overriding engine services, integrating with other systems, etc.
Post Reply
booksuny
Posts: 47
Joined: 26 Sep 2022 12:37

I want to know about '.GetUI'

Post by booksuny »

I'm sorry to ask you a basic question.

As I make games with Nani novel, '.GetUI' often appears.

I'm a little confused because I didn't see it when I was learning C# or Unity engine.

I searched through Google or the guide, but it doesn't come out anywhere.

Is it a function supported by Nani Nobel?

komasuke
Posts: 8
Joined: 16 Oct 2022 18:57

Re: I want to know about '.GetUI'

Post by komasuke »

.GetUI() maybe a method under Naninovel.IUIManager ?
This method is in naninovel source code, not C# or Unity engine code

idaot
support
Posts: 262
Joined: 01 Aug 2020 08:25

Re: I want to know about '.GetUI'

Post by idaot »

That's right, it's part of Naninovel's C# codebase.

Post Reply