Search:

Type: Posts; User: nivangerow

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,764

    Re: How do I access an Object from anywhere?

    If i make it static, can i still modify it? (Like setting it to null, etc...)
  2. Replies
    3
    Views
    1,764

    How do I access an Object from anywhere?

    I want to be able to just type a class name and then the object to access it.
    Basically kinda like this:


    GL10 gl = ObjectHandeler.gl;
    [Please note that ObjectHandeler is a class]

    Is there...
Results 1 to 2 of 2