[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for T:Mogware.VisualStudio.ColladaNet.Scene.TransformationList]

Namespace:  Mogware.VisualStudio.ColladaNet.Scene
Assembly:  Mogware.VisualStudio.ColladaNet (in Mogware.VisualStudio.ColladaNet.dll) Version: 1.0.0.3216 (1.0.0.3216)

Syntax

C#
public class TransformationList : List<Transformation>
Visual Basic (Declaration)
Public Class TransformationList _
	Inherits List(Of Transformation)
Visual C++
public ref class TransformationList : public List<Transformation^>

Inheritance Hierarchy

System..::.Object
  System.Collections.Generic..::.List<(Of <(Transformation>)>)
    Mogware.VisualStudio.ColladaNet.Scene..::.TransformationList

See Also