Interface PlayerSetViewModeParams

interface PlayerSetViewModeParams {
    viewmode: PlayerViewMode | PlayerCustomViewMode;
}

Properties

Properties