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
Height
获取图像动画的高度。
public readonly int Height { get; }
Property Value
Percent
// TODO: To be documented.
public readonly decimal Percent { get; }
Property Value
Resources
获取图像动画的资源。
public readonly IReadOnlyDictionary<string, string> Resources { get; }
Property Value
Type
获取此 POKE 资源的类型。
public PokeResourceType Type { get; }
Property Value
Width
获取图像动画的宽度。
public readonly int Width { get; }