Table of Contents

Struct ImageAnimationPokeResource

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个 POKE 的图像与动画的资源。

public struct ImageAnimationPokeResource : IPokeResource
Implements
Inherited Members

Properties

Duration

获取此动画以全屏的形式播放的持续时间。

public readonly TimeSpan Duration { get; }

Property Value

TimeSpan

Height

获取图像动画的高度。

public readonly int Height { get; }

Property Value

int

Percent

// TODO: To be documented.

public readonly decimal Percent { get; }

Property Value

decimal

Resources

获取图像动画的资源。

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

Property Value

IReadOnlyDictionary<string, string>

Type

获取此 POKE 资源的类型。

public PokeResourceType Type { get; }

Property Value

PokeResourceType

Width

获取图像动画的宽度。

public readonly int Width { get; }

Property Value

int