docs.unity3d.com
    目次を表示する/隠す

    Interface IProvidesSimulationVideoFeed

    Defines the API for a video feed spatial context for simulation

    Inherited Members
    IFunctionalityProvider.LoadProvider()
    IFunctionalityProvider.ConnectSubscriber(Object)
    IFunctionalityProvider.UnloadProvider()
    Namespace: Unity.MARS.Simulation
    Syntax
    public interface IProvidesSimulationVideoFeed : IFunctionalityProvider

    Properties

    VideoFacingDirection

    The direction of the camera used to capture the video

    Declaration
    CameraFacingDirection VideoFacingDirection { get; }
    Property Value
    Type Description
    CameraFacingDirection

    VideoFeedTexture

    The texture displaying the video feed

    Declaration
    Texture VideoFeedTexture { get; }
    Property Value
    Type Description
    Texture

    VideoFocalLength

    The focal length of the camera used to capture the video, in pixels

    Declaration
    float VideoFocalLength { get; }
    Property Value
    Type Description
    Single

    Events

    VideoFeedTextureChanged

    Called right after the video feed texture has been created

    Declaration
    event Action<Texture> VideoFeedTextureChanged
    Event Type
    Type Description
    Action<Texture>
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)