interface DoorAnimationConfiguration {
    config: WallDoorAnimationConfig;
    direction?: number;
    double?: boolean;
    duration?: number;
    flip?: boolean;
    strength?: number;
    style?: DoorStyle;
    type?: string;
}

Properties

config: WallDoorAnimationConfig
direction?: number
double?: boolean
duration?: number
flip?: boolean
strength?: number
style?: DoorStyle
type?: string