|
AdaptySDK
|
Custom asset representing a local video file. More...
Package Functions | |
| override JSONNode | ToJSONNode () |
| AdaptyCustomAssetLocalVideoFile (string path) | |
| Package Functions inherited from AdaptySDK.AdaptyCustomAsset | |
| JSONNode | ToJSONNode () |
Properties | |
| string | Path [get] |
| The file path to the video. | |
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. | |
Custom asset representing a local video file.
|
package |
|
package |
|
get |
The file path to the video.