Interface IPlatformSensor | Project Tiny | 0.31.0-preview.24
docs.unity.cn
    Show / Hide Table of Contents

    Interface IPlatformSensor

    Namespace: Unity.Tiny.Input
    Syntax
    public interface IPlatformSensor : IDisposable

    Properties

    Enabled

    Declaration
    bool Enabled { get; set; }
    Property Value
    Type Description
    Boolean

    SamplingFrequency

    Declaration
    int SamplingFrequency { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    ProcessSensorData()

    Declaration
    void ProcessSensorData()
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 06 November 2020