AdaptySDK 4.1.1
Loading...
Searching...
No Matches
AdaptySDK.AdaptyCustomAssetColor Class Referencesealed

Custom asset representing a color. More...

Inheritance diagram for AdaptySDK.AdaptyCustomAssetColor:
AdaptySDK.AdaptyCustomAsset

Package Functions

 AdaptyCustomAssetColor (Color color)

Properties

static string Type [get]
Color ColorValue [get]
 The Unity Color.
string ValueForRequest [get]

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 color.

Constructor & Destructor Documentation

◆ AdaptyCustomAssetColor()

AdaptySDK.AdaptyCustomAssetColor.AdaptyCustomAssetColor ( Color color)
package

Property Documentation

◆ ColorValue

Color AdaptySDK.AdaptyCustomAssetColor.ColorValue
get

The Unity Color.

◆ Type

string AdaptySDK.AdaptyCustomAssetColor.Type
staticgetprivate

◆ ValueForRequest

string AdaptySDK.AdaptyCustomAssetColor.ValueForRequest
getprivate

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