Posted By
Dejan Ristovski
09-23-2021 09:16
Found In
Egroup:
Graphics
\
view thread
Hello, I'm writing C# application to play crawl from .txt text file. It works perfectly when I play it. My code is: engine.GetSceneByName("Krol1", out XPScenaCrawl, onLine); if (XPScenaCrawl.IsGroup) XPSceneGroup = (xpSceneGroup)XPScenaCrawl; engine.GetSceneByName("Scene16", out XPScene1, ...
|