Type alias AnimatorFrameMaterialProps
AnimatorFrameMaterialProps: {
colCount: number;
color?: Color;
curRunFrameCount?: number;
depthWrite?: boolean;
imageHeight: number;
imageWidth: number;
isStop?: boolean;
map?: Texture;
rowCount: number;
side?: Side;
spriteCount?: number;
spriteHeight?: number;
spriteWidth?: number;
stopSpriteIndex?: number;
time?: Vector4 | {
value: Vector4;
};
[key: string]: any;
}
Type declaration
[key: string]: any
colCount: number
Optional
color?: Color
Optional
curRunFrameCount?: number
Optional
depthWrite?: boolean
imageHeight: number
imageWidth: number
Optional
isStop?: boolean
Optional
map?: Texture
rowCount: number
Optional
side?: Side
Optional
spriteCount?: number
Optional
spriteHeight?: number
Optional
spriteWidth?: number
Optional
stopSpriteIndex?: number
Optional
time?: Vector4 | {
value: Vector4;
}
精灵有多少列