using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace IStation.Model.Bimface
{
///
/// Bimface路径漫游
///
public class CustomWalkThrough:CustomLayer
{
///
/// 路径漫游时间 秒
///
public uint Time { get; set; }
///
/// 自定义关键帧列表
///
public List CustomKeyFrames { get; set; }
}
}