Table of Contents

Interface IBezierKeyframe

Namespace
Lime
Assembly
Lime.dll
public interface IBezierKeyframe : IKeyframe

Properties

Flags

int Flags { get; set; }

Property Value

int

Frame

int Frame { get; set; }

Property Value

int

InSlope

object InSlope { get; set; }

Property Value

object

InWeight

object InWeight { get; set; }

Property Value

object

OutSlope

object OutSlope { get; set; }

Property Value

object

OutWeight

object OutWeight { get; set; }

Property Value

object

Value

object Value { get; set; }

Property Value

object