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."],[[["\u003cp\u003eInstantPreviewHelper provides helper methods for Instant Preview functionality.\u003c/p\u003e\n"],["\u003cp\u003eIt includes public static attributes for accessing paths to \u003ccode\u003eaapt\u003c/code\u003e and \u003ccode\u003eadb\u003c/code\u003e executables.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003eaaptPath\u003c/code\u003e and \u003ccode\u003eadbPath\u003c/code\u003e are string properties representing the respective executable paths.\u003c/p\u003e\n"]]],["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"],null,["# InstantPreviewHelper Class Reference\n\nInstantPreviewHelper\n====================\n\nHelper methods for Instant preview.\n\nSummary\n-------\n\n### Inheritance\n\nInherits from: MonoBehaviour\n\n| ### Public static attributes ||\n|---------------------------------------------------------------------------|-------------------------------------|\n| [aaptPath](#classInstantPreviewHelper_1adf1090743b5fa3210b0f40ec090eeea8) | `string` Path to `aapt` executable. |\n| [adbPath](#classInstantPreviewHelper_1a68f91ec38975940e207a714c261717d9) | `string` Path to `adb` executable. |\n\nPublic static attributes\n------------------------\n\n### aaptPath\n\n```c#\nstring aaptPath\n``` \nPath to `aapt` executable. \n\n### adbPath\n\n```c#\nstring adbPath\n``` \nPath to `adb` executable."]]