This site has been permanently archived. The content on this site was last updated in 2019.
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]