Initializes a new instance of the
CameraPath class
Namespace: DeltaEngine.Rendering3D.CamerasAssembly: DeltaEngine.Rendering3D (in DeltaEngine.Rendering3D.dll) Version: 1.1.1.0 (1.1.1)
public CameraPath(
Matrix[] viewMatrices
)
public CameraPath(
Matrix[] viewMatrices
)
Public Sub New (
viewMatrices As Matrix()
)
Public Sub New (
viewMatrices As Matrix()
)
public:
CameraPath(
array<Matrix>^ viewMatrices
)
public:
CameraPath(
array<Matrix>^ viewMatrices
)
new :
viewMatrices : Matrix[] -> CameraPath
new :
viewMatrices : Matrix[] -> CameraPath