Class MediaType.PropertyDefault
Contains the default properties of a MediaFile of this MediaType
Inheritance
System.Object
MediaType.PropertyDefault
Assembly: Appearition.SDK.dll
[Serializable]
public class PropertyDefault
Constructors
Declaration
Declaration
public PropertyDefault(MediaType.PropertyDefault cc)
Parameters
Properties
Declaration
public string AnimationName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Checksum { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DisplayMode { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsAutoPlay { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsInteractive { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPreDownload { get; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string MediaTypeName { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PlatformType { get; }
Property Value
Type |
Description |
System.String |
|
Declaration
public float RotationX { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float RotationY { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float RotationZ { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float ScaleX { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float ScaleY { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float ScaleZ { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float TranslationX { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float TranslationY { get; }
Property Value
Type |
Description |
System.Single |
|
Declaration
public float TranslationZ { get; }
Property Value
Type |
Description |
System.Single |
|
Methods
Declaration
public void ApplyDefaultsOnMediafile(MediaFile media)
Parameters
Extension Methods