This site has been permanently archived. The content on this site was last updated in 2019.
InstantPreviewHelper
Helper methods for Instant preview.
Summary
Inheritance
Inherits from: MonoBehaviour
Public static attributes
|
aaptPath
|
string
Path to aapt executable.
|
adbPath
|
string
Path to adb executable.
|
Public static attributes
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[null,null,["Last updated 2024-10-09 UTC."],[[["InstantPreviewHelper provides helper methods for Instant Preview functionality."],["It includes public static attributes for accessing paths to `aapt` and `adb` executables."],["Both `aaptPath` and `adbPath` are string properties representing the respective executable paths."]]],["The `InstantPreviewHelper` class, a `MonoBehaviour` derivative, provides helper methods for instant previews. It exposes two key public static attributes: `aaptPath`, which defines the file path to the `aapt` executable, and `adbPath`, which specifies the file path to the `adb` executable. These attributes are essential for the functionality of the instant preview feature. The content is strictly focused on paths.\n"]]