Ilios API Documentation

  • #1, by johnmFriday, 15. November, 08:02 2 weeks ago
    I can't seem to find an outline of the ilios integration in Visionaire. For instance, the only overrides for ObjectBehavior that I've seen in a few examples are Awake, Update, FixedUpdate, and MouseEvent. The best option I've found is to dig through the auto-complete in the code editor and see if the override keyword errors or not.

    Perhaps I've just missed it, but is there a page where all class/functions/variables are outlined so I can at least get an overview of what is available?

    I did find https://wiki.visionaire-tracker.net/wiki/Data_Structure although that doesn't outline the class hierarchy nor methods.

    Thanks!

    Newbie

    7 Posts


  • #2, by SimonSFriday, 15. November, 08:50 2 weeks ago
    There are currently: Awake, OnDestroy, FixedUpdate, Update, Render, MouseEvent, OnContact, OnContactEnd

    For GameBehaviour which is the other option: Awake, OnDestroy, FixedUpdate, Update, Render, MouseEvent, KeyboardEvent, ControllerEvent

    There are currently no docs on that though.

    Thread Captain

    1593 Posts

  • #3, by johnmSaturday, 16. November, 09:26 2 weeks ago
    There are currently: Awake, OnDestroy, FixedUpdate, Update, Render, MouseEvent, OnContact, OnContactEnd

    For GameBehaviour which is the other option: Awake, OnDestroy, FixedUpdate, Update, Render, MouseEvent, KeyboardEvent, ControllerEvent

    There are currently no docs on that though.

    Thanks, Simon!

    Newbie

    7 Posts

Write post