Show / Hide Table of Contents

    Class MediaType.PropertyDefault

    Contains the default properties of a MediaFile of this MediaType

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

    Constructors

    PropertyDefault()

    Declaration
    public PropertyDefault()

    PropertyDefault(MediaType.PropertyDefault)

    Copy Constructor

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

    C.

    Properties

    AnimationName

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

    Checksum

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

    DisplayMode

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

    Id

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

    IsAutoPlay

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

    IsInteractive

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

    IsPreDownload

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

    MediaTypeName

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

    PlatformType

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

    RotationX

    Declaration
    public float RotationX { get; }
    Property Value
    Type Description
    System.Single

    RotationY

    Declaration
    public float RotationY { get; }
    Property Value
    Type Description
    System.Single

    RotationZ

    Declaration
    public float RotationZ { get; }
    Property Value
    Type Description
    System.Single

    ScaleX

    Declaration
    public float ScaleX { get; }
    Property Value
    Type Description
    System.Single

    ScaleY

    Declaration
    public float ScaleY { get; }
    Property Value
    Type Description
    System.Single

    ScaleZ

    Declaration
    public float ScaleZ { get; }
    Property Value
    Type Description
    System.Single

    TranslationX

    Declaration
    public float TranslationX { get; }
    Property Value
    Type Description
    System.Single

    TranslationY

    Declaration
    public float TranslationY { get; }
    Property Value
    Type Description
    System.Single

    TranslationZ

    Declaration
    public float TranslationZ { get; }
    Property Value
    Type Description
    System.Single

    Methods

    ApplyDefaultsOnMediafile(MediaFile)

    Declaration
    public void ApplyDefaultsOnMediafile(MediaFile media)
    Parameters
    Type Name Description
    MediaFile media

    Extension Methods

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