XCom.MovingPartDirection.this C# (CSharp) Method

this() public method

public this ( Direction d, int frame ) : int
d Direction
frame int
return int
		public int this[Direction d,int frame]
		{
			get{return images[(int)d,frame];}
		}
	}
MovingPartDirection