Table of Contents

Interface IKeyframe<T>

Namespace
Lime
Assembly
Lime.dll
public interface IKeyframe<T> : IKeyframe

Type Parameters

T

Properties

Frame

int Frame { get; set; }

Property Value

int

Value

T Value { get; set; }

Property Value

T