AdaptySDK
AdaptySDK.AdaptyCustomAssetLocalImageAsset Class Reference

Custom asset representing a local image asset. More...

Inheritance diagram for AdaptySDK.AdaptyCustomAssetLocalImageAsset:
AdaptySDK.AdaptyCustomAsset

Package Functions

override JSONNode ToJSONNode ()
 AdaptyCustomAssetLocalImageAsset (string assetId)
Package Functions inherited from AdaptySDK.AdaptyCustomAsset
JSONNode ToJSONNode ()

Properties

string AssetId [get]
 The asset ID of the image.

Additional Inherited Members

Static Public Member Functions inherited from AdaptySDK.AdaptyCustomAsset
static AdaptyCustomAsset LocalImageData (byte[] data)
 Creates a custom asset from local image data.
static AdaptyCustomAsset LocalImageAsset (string assetId)
 Creates a custom asset from a local image asset ID.
static AdaptyCustomAsset LocalImageFile (string path)
 Creates a custom asset from a local image file path.
static AdaptyCustomAsset LocalVideoAsset (string assetId)
 Creates a custom asset from a local video asset ID.
static AdaptyCustomAsset LocalVideoFile (string path)
 Creates a custom asset from a local video file path.
static AdaptyCustomAsset Color (Color color)
 Creates a custom asset from a Unity Color.
static AdaptyCustomAsset LinearGradient (Gradient gradient)
 Creates a custom asset from a Unity Gradient.

Detailed Description

Custom asset representing a local image asset.

Constructor & Destructor Documentation

◆ AdaptyCustomAssetLocalImageAsset()

AdaptySDK.AdaptyCustomAssetLocalImageAsset.AdaptyCustomAssetLocalImageAsset ( string assetId)
package

Member Function Documentation

◆ ToJSONNode()

override JSONNode AdaptySDK.AdaptyCustomAssetLocalImageAsset.ToJSONNode ( )
package

Property Documentation

◆ AssetId

string AdaptySDK.AdaptyCustomAssetLocalImageAsset.AssetId
get

The asset ID of the image.


The documentation for this class was generated from the following files: