MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / CopyFrom

Method CopyFrom

Source/Engine/Graphics/RenderView.cs:83–87  ·  view source on GitHub ↗

Copies render view data from the camera. The camera.

(Camera camera)

Source from the content-addressed store, hash-verified

81 /// </summary>
82 /// <param name="camera">The camera.</param>
83 public void CopyFrom(Camera camera)
84 {
85 var viewport = camera.Viewport;
86 CopyFrom(camera, ref viewport);
87 }
88
89 /// <summary>
90 /// Copies render view data from the camera.

Callers

nothing calls this directly

Calls 2

UpdateOriginMethod · 0.80
GetMatricesMethod · 0.80

Tested by

no test coverage detected