AGS.Editor.NativeProxy.CreateBuffer C# (CSharp) Méthode

CreateBuffer() public méthode

public CreateBuffer ( int width, int height ) : void
width int
height int
Résultat void
        public void CreateBuffer(int width, int height)
        {
            _native.CreateBuffer(width, height);
        }