Table of Contents

Struct ImageAnimationPokeResource

Namespace
Kook
Assembly
Kook.Net.Core.dll

Represents an image animation poke resource.

public struct ImageAnimationPokeResource : IPokeResource
Implements
Inherited Members

Properties

Duration

Gets how long this animation should last filling the full screen.

public readonly TimeSpan Duration { get; }

Property Value

TimeSpan

Height

Gets the height of the image animation.

public readonly int Height { get; }

Property Value

int

Percent

// TODO: To be documented.

public readonly decimal Percent { get; }

Property Value

decimal

Resources

Gets the resources of the image animation.

public readonly IReadOnlyDictionary<string, string> Resources { get; }

Property Value

IReadOnlyDictionary<string, string>

Type

Gets the type of the poke resource.

public PokeResourceType Type { get; }

Property Value

PokeResourceType

Width

Gets the width of the image animation.

public readonly int Width { get; }

Property Value

int