Nomad.Logic.Snapshot.Create C# (CSharp) Méthode

Create() public static méthode

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