Nomad.Logic.Snapshot.Create C# (CSharp) 메소드

Create() 공개 정적인 메소드

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