The Transform element contains a single transformation
示例#1
0
		/// <summary>
		/// Add typed object to the collection
		/// </summary>
		/// <param name="objectToAdd">Typed object to be added to collection</param>
		/// <returns>The object that has been added to collection</returns>
		public Transform Add(Transform objectToAdd)
		{
			base.Add(objectToAdd);

			return objectToAdd;
		}