Ctrl_Space.Gameplay.World.this C# (CSharp) Method

this() public method

public this ( int i ) : GameObject
i int
return GameObject
        public GameObject this[int i]
        {
            get { return _gameObjects[i]; }
        }