Jump to content

Search the Community

Showing results for tags 'flush'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to UNIGINE Forums
    • News & Announcements
    • Getting started
  • Development
    • Content Creation
    • World Design
    • Rendering
    • Animation
    • Physics, Navigation and Path Finding
    • UI Systems
    • Sound & Video
    • Editor
    • C++ Programming
    • C# Programming
    • Networking
    • Sim IG (Image Generator)
    • VR Discussions
    • General
  • Improving UNIGINE
    • Documentation
    • Feedback for UNIGINE team
    • Bug Reports
    • Unigine SDK Beta feedback
  • Community
    • Add-on Store (https://store.unigine.com/)
    • Showcase
    • Collaboration
    • Tools, Plugins, Materials & Tutorials
    • General Discussions
  • Legacy
    • UnigineScript

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 2 results

  1. I think it would be nice for Unigine to implement its own user extendable class for users who need to create scripts that update automatically. Right now, I achieve this with a custom UpdateObject and a manager that runs from the world script. This feature is equivalent to Unity3d 's Monobehaviour. http://unity3d.com/support/documentation/ScriptReference/MonoBehaviour Thanks! :(
  2. Is it possible to create custom classes that have their own update(), flush(), and render() functions that are automatically called by the engine without having to explicitly calling them from the world script?
×
×
  • Create New...