Class ArTarget
Container of an Appearition Asset JSON ApiData model.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.ArTargetImageAndMedia
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class ArTarget : Asset
Constructors
View SourceArTarget()
Declaration
public ArTarget()
ArTarget(ArTarget)
Copy Constructor
Declaration
public ArTarget(ArTarget cc)
Parameters
Type | Name | Description |
---|---|---|
ArTarget | cc | C. |
ArTarget(Asset)
Copy Constructor
Declaration
public ArTarget(Asset cc)
Parameters
Type | Name | Description |
---|---|---|
Asset | cc | C. |
Fields
View SourcearTargetId
Declaration
public int arTargetId
Field Value
Type | Description |
---|---|
System.Int32 |
canDeleteExperience
Declaration
public bool canDeleteExperience
Field Value
Type | Description |
---|---|
System.Boolean |
canEditExperience
Whether or not the experience can be edited at all. If false, any edit API will return with an error.
Declaration
public bool canEditExperience
Field Value
Type | Description |
---|---|
System.Boolean |
isFromMarket
Declaration
public bool isFromMarket
Field Value
Type | Description |
---|---|
System.Boolean |
isInMarket
Declaration
public bool isInMarket
Field Value
Type | Description |
---|---|
System.Boolean |
isLocked
Declaration
public bool isLocked
Field Value
Type | Description |
---|---|
System.Boolean |
isPublished
Declaration
public bool isPublished
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
View SourceCopyValuesFrom(ArTarget)
Declaration
public void CopyValuesFrom(ArTarget cc)
Parameters
Type | Name | Description |
---|---|---|
ArTarget | cc |