Example #1
0
        public object Clone() {
			CameraNodeData cnd = new CameraNodeData ();
			cnd.Perspective = this.Perspective;
			cnd.PixelsPerTrixel = this.PixelsPerTrixel;
			cnd.SoundName = this.SoundName;
			return cnd;
        }
Example #2
0
        public object Clone()
        {
            CameraNodeData cnd = new CameraNodeData();

            cnd.Perspective     = this.Perspective;
            cnd.PixelsPerTrixel = this.PixelsPerTrixel;
            cnd.SoundName       = this.SoundName;
            return(cnd);
        }