Nomad.Logic.Snapshot.Create C# (CSharp) Method

Create() public static method

public static Create ( int width, int height ) : Snapshot
width int
height int
return Snapshot
        public static Snapshot Create(int width, int height)
        {
            return new Snapshot(Binding.FCE_Snapshot_Create(width, height));
        }