Esempio n. 1
0
 /// <summary>
 ///     Copies the instance values and assigns them to the target.
 /// </summary>
 /// <param name="target">Target.</param>
 public void DeepCopyInto(Vector3Attribute target)
 {
     target.locked = locked;
     target.vector = m_Vector;
 }
		/// <summary>
		/// 	Copies the instance values and assigns them to the target.
		/// </summary>
		/// <param name="target">Target.</param>
		public void DeepCopyInto(Vector3Attribute target)
		{
			target.locked = locked;
			target.vector = m_Vector;
		}