AGS.Editor.NativeProxy.CreateBuffer C# (CSharp) Method

CreateBuffer() public method

public CreateBuffer ( int width, int height ) : void
width int
height int
return void
        public void CreateBuffer(int width, int height)
        {
            _native.CreateBuffer(width, height);
        }