Class ChannelImage
Container of an Appearition Channel Image JSON ApiData model.
Inheritance
System.Object
ChannelImage
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class ChannelImage
Constructors
ChannelImage()
Declaration
ChannelImage(ChannelImage)
Declaration
public ChannelImage(ChannelImage cc)
Parameters
Fields
channelImageId
Declaration
public int channelImageId
Field Value
Type |
Description |
System.Int32 |
|
checksum
Declaration
Field Value
Type |
Description |
System.String |
|
fileName
Declaration
Field Value
Type |
Description |
System.String |
|
image
Declaration
[NonSerialized]
public Texture image
Field Value
Type |
Description |
UnityEngine.Texture |
|
url
Declaration
Field Value
Type |
Description |
System.String |
|
Extension Methods