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

Snapshot() public method

public Snapshot ( IntPtr ptr ) : System
ptr System.IntPtr
return System
        public Snapshot(IntPtr ptr)
        {
            this.m_pointer = ptr;
        }