FSO.SimAntics.VMArchitecture.SetObjectSupported C# (CSharp) 메소드

SetObjectSupported() 공개 메소드

public SetObjectSupported ( short x, short y, sbyte level, bool support ) : void
x short
y short
level sbyte
support bool
리턴 void
        public void SetObjectSupported(short x, short y, sbyte level, bool support)
        {
            ObjectSupport[level - 1][y * Width + x] = support;
            RegenerateSupported(level+1);
        }