CameraComponentRendererExtensions Class
Namespace: Stride.RenderingAssembly: Stride.Engine.dll
System.Object →
CameraComponentRendererExtensions
Derived from CameraComponentRendererExtensions:
public static class CameraComponentRendererExtensions
Name | Description | |
---|---|---|
Fields | ||
Current | Property key to access the current collection of CameraComponent from |
|
Methods | ||
GetCurrentCamera(RenderContext) |
Fields
Current
Property key to access the current collection of CameraComponent from
public static readonly PropertyKey<CameraComponent> Current
Field Value
Type | Description |
---|---|
PropertyKey<CameraComponent> |
Methods
GetCurrentCamera(RenderContext)
public static CameraComponent GetCurrentCamera(this RenderContext context)
Parameters
Type | Name | Description |
---|---|---|
RenderContext | context |
Returns
Type | Description |
---|---|
CameraComponent |