UNPKG

@cpc/cesium-api

Version:

13 lines (12 loc) 281 B
export interface PMaterialTrailImage { color?: any; speed?: number; image: string; count?: number; direction?: boolean; order?: boolean; } /** * direction(纵横)[boolean]:纵或者横 * goodPoor(方向)[boolean]:顺或者逆 */