Show / Hide Table of Contents

    Class MediaType.OtherProperty

    Inheritance
    System.Object
    MediaType.OtherProperty
    Namespace: Appearition.Common
    Assembly: Appearition.SDK.dll
    Syntax
    [Serializable]
    public class OtherProperty

    Constructors

    OtherProperty()

    Declaration
    public OtherProperty()

    OtherProperty(MediaType.OtherProperty)

    Copy Constructor

    Declaration
    public OtherProperty(MediaType.OtherProperty cc)
    Parameters
    Type Name Description
    MediaType.OtherProperty cc

    C.

    Properties

    DisplayMode

    Declaration
    public string DisplayMode { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32

    MediaTypeName

    Declaration
    public string MediaTypeName { get; set; }
    Property Value
    Type Description
    System.String

    ShowAnimationName

    Declaration
    public bool ShowAnimationName { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowAutoPlay

    Declaration
    public bool ShowAutoPlay { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowChecksum

    Declaration
    public bool ShowChecksum { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowCustom

    Declaration
    public bool ShowCustom { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowInteractive

    Declaration
    public bool ShowInteractive { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowPreDownload

    Declaration
    public bool ShowPreDownload { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowRotation

    Declaration
    public bool ShowRotation { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowScale

    Declaration
    public bool ShowScale { get; set; }
    Property Value
    Type Description
    System.Boolean

    ShowTranslation

    Declaration
    public bool ShowTranslation { get; set; }
    Property Value
    Type Description
    System.Boolean

    Extension Methods

    ObjectExtension.ToStream(Object)
    Back to top Appearition SDK for Unity API