Falco Engine 3.9.0.1 (beta)
AnimationClipInfo.cs
Go to the documentation of this file.
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace FalcoEngine
7{
8 public struct AnimationClipInfo
9 {
14
18 public string name;
19
23 public float speed;
24
28 public int startFrame;
29
33 public int endFrame;
34
38 public bool loop;
39 }
40}
int startFrame
Animation start frame
int endFrame
Animation end frame
AnimationClip clip
Animation clip file